类 PluralAttributeElementSourceOneToManyImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
-
- org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
-
- org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
-
- 所有已实现的接口:
AssociationSource,PluralAttributeElementSource,PluralAttributeElementSourceAssociation,PluralAttributeElementSourceOneToMany
public class PluralAttributeElementSourceOneToManyImpl extends AbstractPluralAssociationElementSourceImpl implements PluralAttributeElementSourceOneToMany
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PluralAttributeElementNaturegetNature()StringgetReferencedEntityName()Obtain the name of the referenced entity.StringgetXmlNodeName()booleanisIgnoreNotFound()-
从类继承的方法 org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
getAttributeSource, isMappedBy
-
从类继承的方法 org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.model.source.spi.AssociationSource
getAttributeSource, isMappedBy
-
-
-
-
构造器详细资料
-
PluralAttributeElementSourceOneToManyImpl
public PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString)
-
-
方法详细资料
-
getNature
public PluralAttributeElementNature getNature()
- 指定者:
getNature在接口中PluralAttributeElementSource
-
getReferencedEntityName
public String getReferencedEntityName()
从接口复制的说明:AssociationSourceObtain the name of the referenced entity.- 指定者:
getReferencedEntityName在接口中AssociationSource- 指定者:
getReferencedEntityName在接口中PluralAttributeElementSourceOneToMany- 返回:
- The name of the referenced entity
-
isIgnoreNotFound
public boolean isIgnoreNotFound()
- 指定者:
isIgnoreNotFound在接口中AssociationSource- 指定者:
isIgnoreNotFound在接口中PluralAttributeElementSourceOneToMany
-
getXmlNodeName
public String getXmlNodeName()
-
-