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 AnyDiscriminatorSourcegetDiscriminatorSource()AnyKeySourcegetKeySource()PluralAttributeElementNaturegetNature()-
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:
getDiscriminatorSourcein interfaceAnyMappingSource
-
getKeySource
public AnyKeySource getKeySource()
- Specified by:
getKeySourcein interfaceAnyMappingSource
-
getNature
public PluralAttributeElementNature getNature()
- Specified by:
getNaturein interfacePluralAttributeElementSource
-
-