public class PluralAttributeSourceSetImpl extends AbstractPluralAttributeSourceImpl implements Orderable, Sortable
| Constructor and Description |
|---|
PluralAttributeSourceSetImpl(MappingDocument sourceMappingDocument,
JaxbHbmSetType jaxbSet,
AttributeSourceContainer container) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComparatorName()
The comparator class name which will be used to sort the attribute.
|
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. |
boolean |
isSorted()
If the source of plural attribute is supposed to be sorted.
|
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 PluralAttributeSourceSetImpl(MappingDocument sourceMappingDocument, JaxbHbmSetType jaxbSet, AttributeSourceContainer container)
public PluralAttributeNature getNature()
getNature in interface PluralAttributeSourcepublic boolean isSorted()
Sortablepublic String getComparatorName()
SortablegetComparatorName in interface SortableComparator contact.public boolean isOrdered()
OrderableORDER BY when loading.public String getOrder()
OrderableOrderBy.value()public XmlElementMetadata getSourceType()
getSourceType in interface AttributeSourcepublic String getXmlNodeName()
AttributeSourcegetXmlNodeName in interface AttributeSourceCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.