Interface AnyMappingSource
-
- All Known Subinterfaces:
PluralAttributeElementSourceManyToAny,PluralAttributeMapKeyManyToAnySource,SingularAttributeSourceAny
public interface AnyMappingSourceBase description for all discriminated associations ("any mappings"), including<any/>,<many-to-any/>, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AnyDiscriminatorSourcegetDiscriminatorSource()AnyKeySourcegetKeySource()default booleanisLazy()
-
-
-
Method Detail
-
getDiscriminatorSource
AnyDiscriminatorSource getDiscriminatorSource()
-
getKeySource
AnyKeySource getKeySource()
-
isLazy
default boolean isLazy()
-
-