接口 PluralAttributeElementSourceManyToMany
-
- 所有超级接口:
AssociationSource,ColumnBindingDefaults,ForeignKeyContributingSource,Orderable,PluralAttributeElementSource,PluralAttributeElementSourceAssociation,RelationalValueSourceContainer
public interface PluralAttributeElementSourceManyToMany extends PluralAttributeElementSourceAssociation, RelationalValueSourceContainer, ForeignKeyContributingSource, Orderable
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many association- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetExplicitForeignKeyName()Retrieve the name of the foreign key as supplied by the user, ornullif the user supplied none.FetchCharacteristicsgetFetchCharacteristics()FilterSource[]getFilterSources()StringgetReferencedEntityAttributeName()StringgetReferencedEntityName()Obtain the name of the referenced entity.StringgetWhere()booleanisIgnoreNotFound()booleanisUnique()-
从接口继承的方法 org.hibernate.boot.model.source.spi.AssociationSource
getAttributeSource, isMappedBy
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ColumnBindingDefaults
areValuesIncludedInInsertByDefault, areValuesIncludedInUpdateByDefault, areValuesNullableByDefault
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
createForeignKeyConstraint, isCascadeDeleteEnabled
-
从接口继承的方法 org.hibernate.boot.model.source.spi.PluralAttributeElementSource
getNature
-
从接口继承的方法 org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
getRelationalValueSources
-
-
-
-
方法详细资料
-
getReferencedEntityName
String getReferencedEntityName()
从接口复制的说明:AssociationSourceObtain the name of the referenced entity.- 指定者:
getReferencedEntityName在接口中AssociationSource- 返回:
- The name of the referenced entity
-
getReferencedEntityAttributeName
String getReferencedEntityAttributeName()
-
isIgnoreNotFound
boolean isIgnoreNotFound()
- 指定者:
isIgnoreNotFound在接口中AssociationSource
-
getExplicitForeignKeyName
String getExplicitForeignKeyName()
从接口复制的说明:ForeignKeyContributingSourceRetrieve the name of the foreign key as supplied by the user, ornullif the user supplied none.- 指定者:
getExplicitForeignKeyName在接口中ForeignKeyContributingSource- 返回:
- The user supplied foreign key name.
-
isUnique
boolean isUnique()
-
getFilterSources
FilterSource[] getFilterSources()
-
getWhere
String getWhere()
-
getFetchCharacteristics
FetchCharacteristics getFetchCharacteristics()
-
-