接口 PluralAttributeElementSourceOneToMany
-
public interface PluralAttributeElementSourceOneToMany extends PluralAttributeElementSourceAssociation
Describes the source for the elements of persistent collections (plural attributes) where the elements are a one-to-many association- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetReferencedEntityName()Obtain the name of the referenced entity.StringgetXmlNodeName()booleanisIgnoreNotFound()-
从接口继承的方法 org.hibernate.boot.model.source.spi.AssociationSource
getAttributeSource, isMappedBy
-
从接口继承的方法 org.hibernate.boot.model.source.spi.PluralAttributeElementSource
getNature
-
-
-
-
方法详细资料
-
getReferencedEntityName
String getReferencedEntityName()
从接口复制的说明:AssociationSourceObtain the name of the referenced entity.- 指定者:
getReferencedEntityName在接口中AssociationSource- 返回:
- The name of the referenced entity
-
isIgnoreNotFound
boolean isIgnoreNotFound()
- 指定者:
isIgnoreNotFound在接口中AssociationSource
-
getXmlNodeName
String getXmlNodeName()
-
-