Class PluralAttributeElementSourceManyToAnyImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
-
- All Implemented Interfaces:
AnyMappingSource
,PluralAttributeElementSource
,PluralAttributeElementSourceManyToAny
public class PluralAttributeElementSourceManyToAnyImpl extends Object implements PluralAttributeElementSourceManyToAny
-
-
Constructor Summary
Constructors Constructor Description PluralAttributeElementSourceManyToAnyImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmManyToAnyCollectionElementType jaxbManyToAnyMapping, String cascade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyDiscriminatorSource
getDiscriminatorSource()
AnyKeySource
getKeySource()
PluralAttributeElementNature
getNature()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.model.source.spi.AnyMappingSource
isLazy
-
-
-
-
Constructor Detail
-
PluralAttributeElementSourceManyToAnyImpl
public PluralAttributeElementSourceManyToAnyImpl(MappingDocument mappingDocument, AbstractPluralAttributeSourceImpl pluralAttributeSource, JaxbHbmManyToAnyCollectionElementType jaxbManyToAnyMapping, String cascade)
-
-
Method Detail
-
getDiscriminatorSource
public AnyDiscriminatorSource getDiscriminatorSource()
- Specified by:
getDiscriminatorSource
in interfaceAnyMappingSource
-
getKeySource
public AnyKeySource getKeySource()
- Specified by:
getKeySource
in interfaceAnyMappingSource
-
getNature
public PluralAttributeElementNature getNature()
- Specified by:
getNature
in interfacePluralAttributeElementSource
-
-