Interface AnyMappingSource
-
- All Known Subinterfaces:
PluralAttributeElementSourceManyToAny
,PluralAttributeMapKeyManyToAnySource
,SingularAttributeSourceAny
- All Known Implementing Classes:
PluralAttributeElementSourceManyToAnyImpl
,PluralAttributeMapKeyManyToAnySourceImpl
,SingularAttributeSourceAnyImpl
public interface AnyMappingSource
Base 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 AnyDiscriminatorSource
getDiscriminatorSource()
AnyKeySource
getKeySource()
default boolean
isLazy()
-
-
-
Method Detail
-
getDiscriminatorSource
AnyDiscriminatorSource getDiscriminatorSource()
-
getKeySource
AnyKeySource getKeySource()
-
isLazy
default boolean isLazy()
-
-