jsdai.lang
Interface MappingConstraintMatcher.MappingMatcherInstances

All Known Implementing Classes:
MappingConstraintMatcher.MappingPreInstances, MappingConstraintMatcher.MatcherInstances
Enclosing interface:
MappingConstraintMatcher

public static interface MappingConstraintMatcher.MappingMatcherInstances

Identifies matcher instances used in attribute and entity mappings. This interface is meant for mapping operations internal use.

Since:
3.6.0

Method Summary
 MappingConstraintMatcher.MatcherInstances getConcreteInstances()
          Returns concrete matcher instances.
 MappingConstraintMatcher.MatcherInstances getMatcherInstances()
          Returns matcher instances.
 

Method Detail

getMatcherInstances

public MappingConstraintMatcher.MatcherInstances getMatcherInstances()
Returns matcher instances. It is meant for mapping operations internal use.

Returns:
the matcher instances

getConcreteInstances

public MappingConstraintMatcher.MatcherInstances getConcreteInstances()
Returns concrete matcher instances. It is meant for mapping operations internal use.

Returns:
the concrete matcher instances

Copyright © LKSoftWare GmbH, 1999-2008