public class PluralAttributeSourceBagImpl extends AbstractPluralAttributeSourceImpl implements Orderable
| Constructor and Description |
|---|
PluralAttributeSourceBagImpl(MappingDocument sourceMappingDocument,
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType jaxbBagMapping,
AttributeSourceContainer container) |
| Modifier and Type | Method and Description |
|---|---|
PluralAttributeNature |
getNature() |
String |
getOrder()
The order by clause used during loading this plural attribute.
|
XmlElementMetadata |
getSourceType() |
String |
getXmlNodeName()
Ugh.
|
boolean |
isOrdered()
If the source of plural attribute is supposed to be applied the
ORDER BY when loading. |
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, usesJoinTablemappingRoot, metadataBuildingContext, origin, sourceMappingDocumentpublic PluralAttributeSourceBagImpl(MappingDocument sourceMappingDocument, org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType jaxbBagMapping, AttributeSourceContainer container)
public PluralAttributeNature getNature()
getNature in interface PluralAttributeSourcepublic XmlElementMetadata getSourceType()
getSourceType in interface AttributeSourcepublic String getXmlNodeName()
AttributeSourcegetXmlNodeName in interface AttributeSourcepublic boolean isOrdered()
OrderableORDER BY when loading.Copyright © 2016. All rights reserved.