类 AbstractPluralAssociationElementSourceImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
-
- org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
-
- 所有已实现的接口:
AssociationSource
public abstract class AbstractPluralAssociationElementSourceImpl extends AbstractHbmSourceNode implements AssociationSource
- 作者:
- Gail Badner, Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 AbstractPluralAssociationElementSourceImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AttributeSourcegetAttributeSource()booleanisMappedBy()-
从类继承的方法 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
getReferencedEntityName, isIgnoreNotFound
-
-
-
-
构造器详细资料
-
AbstractPluralAssociationElementSourceImpl
public AbstractPluralAssociationElementSourceImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource)
-
-
方法详细资料
-
getAttributeSource
public AttributeSource getAttributeSource()
- 指定者:
getAttributeSource在接口中AssociationSource
-
isMappedBy
public boolean isMappedBy()
- 指定者:
isMappedBy在接口中AssociationSource
-
-