类 PluralAttributeSourceBagImpl
- java.lang.Object
-
- org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
-
- org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
-
- org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
-
- 所有已实现的接口:
Helper.InLineViewNameInferrer,AttributeSource,CascadeStyleSource,FetchableAttributeSource,Orderable,PluralAttributeSource,ToolingHintContextContainer
public class PluralAttributeSourceBagImpl extends AbstractPluralAttributeSourceImpl implements Orderable
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 PluralAttributeSourceBagImpl(MappingDocument sourceMappingDocument, JaxbHbmBagCollectionType jaxbBagMapping, AttributeSourceContainer container)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PluralAttributeNaturegetNature()StringgetOrder()The order by clause used during loading this plural attribute.XmlElementMetadatagetSourceType()StringgetXmlNodeName()Ugh.booleanisOrdered()If the source of plural attribute is supposed to be applied theORDER BYwhen loading.-
从类继承的方法 org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
container, getAttributePath, getAttributeRole, getCaching, getCascadeStyleName, getCollectionIdSource, getCollectionTableCheck, getCollectionTableComment, getCollectionTableSpecificationSource, getCustomLoaderName, getCustomPersisterClassName, getCustomSqlDelete, getCustomSqlDeleteAll, getCustomSqlInsert, getCustomSqlUpdate, getElementSource, getFetchCharacteristics, getFilterSources, getKeySource, getMappedBy, getName, getPropertyAccessorName, getSynchronizedTableNames, getToolingHintContext, getTypeInformation, getWhere, inferInLineViewName, isIncludedInOptimisticLocking, isInverse, isMutable, isSingular, usesJoinTable
-
从类继承的方法 org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
mappingRoot, metadataBuildingContext, origin, sourceMappingDocument
-
-
-
-
构造器详细资料
-
PluralAttributeSourceBagImpl
public PluralAttributeSourceBagImpl(MappingDocument sourceMappingDocument, JaxbHbmBagCollectionType jaxbBagMapping, AttributeSourceContainer container)
-
-
方法详细资料
-
getNature
public PluralAttributeNature getNature()
- 指定者:
getNature在接口中PluralAttributeSource
-
getSourceType
public XmlElementMetadata getSourceType()
- 指定者:
getSourceType在接口中AttributeSource
-
getXmlNodeName
public String getXmlNodeName()
从接口复制的说明:AttributeSourceUgh. This is the deprecated DOM4J entity-mode feature- 指定者:
getXmlNodeName在接口中AttributeSource- 返回:
- The xml node name
-
isOrdered
public boolean isOrdered()
从接口复制的说明:OrderableIf the source of plural attribute is supposed to be applied theORDER BYwhen loading.
-
-