Interface PluralAttributeSourceArray
-
- All Superinterfaces:
AttributeSource
,CascadeStyleSource
,FetchableAttributeSource
,IndexedPluralAttributeSource
,PluralAttributeSource
,ToolingHintContextContainer
- All Known Implementing Classes:
PluralAttributeSourceArrayImpl
,PluralAttributeSourcePrimitiveArrayImpl
public interface PluralAttributeSourceArray extends IndexedPluralAttributeSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getElementClass()
-
Methods inherited from interface org.hibernate.boot.model.source.spi.AttributeSource
getAttributePath, getAttributeRole, getName, getPropertyAccessorName, getSourceType, getTypeInformation, getXmlNodeName, isIncludedInOptimisticLocking, isSingular
-
Methods inherited from interface org.hibernate.boot.model.source.spi.CascadeStyleSource
getCascadeStyleName
-
Methods inherited from interface org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource
getIndexSource
-
Methods inherited from interface org.hibernate.boot.model.source.spi.PluralAttributeSource
getCaching, getCollectionIdSource, getCollectionTableCheck, getCollectionTableComment, getCollectionTableSpecificationSource, getCustomLoaderName, getCustomPersisterClassName, getCustomSqlDelete, getCustomSqlDeleteAll, getCustomSqlInsert, getCustomSqlUpdate, getElementSource, getFetchCharacteristics, getFilterSources, getKeySource, getMappedBy, getNature, getSynchronizedTableNames, getWhere, isInverse, isMutable, usesJoinTable
-
Methods inherited from interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
Method Detail
-
getElementClass
String getElementClass()
-
-