Interface IndexedPluralAttributeSource
-
- All Superinterfaces:
AttributeSource
,CascadeStyleSource
,FetchableAttributeSource
,PluralAttributeSource
,ToolingHintContextContainer
- All Known Subinterfaces:
PluralAttributeSourceArray
- All Known Implementing Classes:
PluralAttributeSourceArrayImpl
,PluralAttributeSourceListImpl
,PluralAttributeSourceMapImpl
,PluralAttributeSourcePrimitiveArrayImpl
public interface IndexedPluralAttributeSource extends PluralAttributeSource
Describes a plural attribute that is indexed. This can mean either a list or a map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluralAttributeIndexSource
getIndexSource()
-
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.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
-
getIndexSource
PluralAttributeIndexSource getIndexSource()
-
-