类 PluralAttributeSourceMapImpl
- 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.PluralAttributeSourceMapImpl
-
- 所有已实现的接口:
Helper.InLineViewNameInferrer,IndexedPluralAttributeSource,AttributeSource,CascadeStyleSource,FetchableAttributeSource,PluralAttributeSource,Sortable,ToolingHintContextContainer
public class PluralAttributeSourceMapImpl extends AbstractPluralAttributeSourceImpl implements IndexedPluralAttributeSource, Sortable
-
-
构造器概要
构造器 构造器 说明 PluralAttributeSourceMapImpl(MappingDocument sourceMappingDocument, JaxbHbmMapType jaxbMap, AttributeSourceContainer container)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetComparatorName()The comparator class name which will be used to sort the attribute.PluralAttributeIndexSourcegetIndexSource()PluralAttributeNaturegetNature()XmlElementMetadatagetSourceType()StringgetXmlNodeName()Ugh.booleanisSorted()If the source of plural attribute is supposed to be sorted.-
从类继承的方法 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
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.model.source.spi.AttributeSource
getAttributePath, getAttributeRole, getName, getPropertyAccessorName, getTypeInformation, isIncludedInOptimisticLocking, isSingular
-
从接口继承的方法 org.hibernate.boot.model.source.spi.CascadeStyleSource
getCascadeStyleName
-
从接口继承的方法 org.hibernate.boot.model.source.spi.PluralAttributeSource
getCaching, getCollectionIdSource, getCollectionTableCheck, getCollectionTableComment, getCollectionTableSpecificationSource, getCustomLoaderName, getCustomPersisterClassName, getCustomSqlDelete, getCustomSqlDeleteAll, getCustomSqlInsert, getCustomSqlUpdate, getElementSource, getFetchCharacteristics, getFilterSources, getKeySource, getMappedBy, getSynchronizedTableNames, getWhere, isInverse, isMutable, usesJoinTable
-
从接口继承的方法 org.hibernate.boot.model.source.spi.ToolingHintContextContainer
getToolingHintContext
-
-
-
-
构造器详细资料
-
PluralAttributeSourceMapImpl
public PluralAttributeSourceMapImpl(MappingDocument sourceMappingDocument, JaxbHbmMapType jaxbMap, AttributeSourceContainer container)
-
-
方法详细资料
-
getIndexSource
public PluralAttributeIndexSource getIndexSource()
- 指定者:
getIndexSource在接口中IndexedPluralAttributeSource
-
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
-
isSorted
public boolean isSorted()
从接口复制的说明:SortableIf the source of plural attribute is supposed to be sorted.
-
getComparatorName
public String getComparatorName()
从接口复制的说明:SortableThe comparator class name which will be used to sort the attribute.- 指定者:
getComparatorName在接口中Sortable- 返回:
- Qualified class name which implements
Comparatorcontact.
-
-