接口 PluralAttributeSource
-
- 所有已知实现类:
AbstractPluralAttributeSourceImpl,PluralAttributeSourceArrayImpl,PluralAttributeSourceBagImpl,PluralAttributeSourceIdBagImpl,PluralAttributeSourceListImpl,PluralAttributeSourceMapImpl,PluralAttributeSourcePrimitiveArrayImpl,PluralAttributeSourceSetImpl
public interface PluralAttributeSource extends AttributeSource, FetchableAttributeSource, CascadeStyleSource
- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 CachinggetCaching()CollectionIdSourcegetCollectionIdSource()StringgetCollectionTableCheck()StringgetCollectionTableComment()TableSpecificationSourcegetCollectionTableSpecificationSource()StringgetCustomLoaderName()StringgetCustomPersisterClassName()CustomSqlgetCustomSqlDelete()CustomSqlgetCustomSqlDeleteAll()CustomSqlgetCustomSqlInsert()CustomSqlgetCustomSqlUpdate()PluralAttributeElementSourcegetElementSource()FetchCharacteristicsPluralAttributegetFetchCharacteristics()FilterSource[]getFilterSources()PluralAttributeKeySourcegetKeySource()StringgetMappedBy()PluralAttributeNaturegetNature()String[]getSynchronizedTableNames()Obtain any additional table names on which to synchronize (auto flushing) this entity.StringgetWhere()booleanisInverse()booleanisMutable()booleanusesJoinTable()-
从接口继承的方法 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.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
方法详细资料
-
getNature
PluralAttributeNature getNature()
-
getCollectionIdSource
CollectionIdSource getCollectionIdSource()
-
getKeySource
PluralAttributeKeySource getKeySource()
-
getElementSource
PluralAttributeElementSource getElementSource()
-
getFilterSources
FilterSource[] getFilterSources()
-
getCollectionTableSpecificationSource
TableSpecificationSource getCollectionTableSpecificationSource()
-
getCollectionTableComment
String getCollectionTableComment()
-
getCollectionTableCheck
String getCollectionTableCheck()
-
getSynchronizedTableNames
String[] getSynchronizedTableNames()
Obtain any additional table names on which to synchronize (auto flushing) this entity.- 返回:
- Additional synchronized table names or 0 sized String array, never return null.
-
getCaching
Caching getCaching()
-
getCustomPersisterClassName
String getCustomPersisterClassName()
-
getWhere
String getWhere()
-
isInverse
boolean isInverse()
-
isMutable
boolean isMutable()
-
getCustomLoaderName
String getCustomLoaderName()
-
getCustomSqlInsert
CustomSql getCustomSqlInsert()
-
getCustomSqlUpdate
CustomSql getCustomSqlUpdate()
-
getCustomSqlDelete
CustomSql getCustomSqlDelete()
-
getCustomSqlDeleteAll
CustomSql getCustomSqlDeleteAll()
-
getMappedBy
String getMappedBy()
-
usesJoinTable
boolean usesJoinTable()
-
getFetchCharacteristics
FetchCharacteristicsPluralAttribute getFetchCharacteristics()
-
-