接口 IndexedPluralAttributeSource
-
- 所有超级接口:
AttributeSource,CascadeStyleSource,FetchableAttributeSource,PluralAttributeSource,ToolingHintContextContainer
- 所有已知子接口:
PluralAttributeSourceArray
- 所有已知实现类:
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.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 PluralAttributeIndexSourcegetIndexSource()-
从接口继承的方法 org.hibernate.boot.model.source.spi.AttributeSource
getAttributePath, getAttributeRole, getName, getPropertyAccessorName, getSourceType, getTypeInformation, getXmlNodeName, isIncludedInOptimisticLocking, isSingular
-
从接口继承的方法 org.hibernate.boot.model.source.spi.CascadeStyleSource
getCascadeStyleName
-
从接口继承的方法 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
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
方法详细资料
-
getIndexSource
PluralAttributeIndexSource getIndexSource()
-
-