类 PluralAttributeSourceIdBagImpl
- 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.PluralAttributeSourceIdBagImpl
-
- 所有已实现的接口:
Helper.InLineViewNameInferrer,AttributeSource,CascadeStyleSource,FetchableAttributeSource,Orderable,PluralAttributeSource,ToolingHintContextContainer
public class PluralAttributeSourceIdBagImpl extends AbstractPluralAttributeSourceImpl implements Orderable
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 PluralAttributeSourceIdBagImpl(MappingDocument mappingDocument, JaxbHbmIdBagCollectionType idBagMapping, AttributeSourceContainer container)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CollectionIdSourcegetCollectionIdSource()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, 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
-
-
-
-
构造器详细资料
-
PluralAttributeSourceIdBagImpl
public PluralAttributeSourceIdBagImpl(MappingDocument mappingDocument, JaxbHbmIdBagCollectionType idBagMapping, AttributeSourceContainer container)
-
-
方法详细资料
-
getNature
public PluralAttributeNature getNature()
- 指定者:
getNature在接口中PluralAttributeSource
-
getCollectionIdSource
public CollectionIdSource getCollectionIdSource()
-
isOrdered
public boolean isOrdered()
从接口复制的说明:OrderableIf the source of plural attribute is supposed to be applied theORDER BYwhen loading.
-
getOrder
public String getOrder()
从接口复制的说明:OrderableThe order by clause used during loading this plural attribute. If the ordering element is not specified, ordering by the primary key of the associated entity is assumed
-
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
-
-