org.hibernate.metamodel.source.hbm
Class SetAttributeSourceImpl
java.lang.Object
org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl
org.hibernate.metamodel.source.hbm.SetAttributeSourceImpl
- All Implemented Interfaces:
- AssociationAttributeSource, AttributeSource, Orderable, PluralAttributeSource, Sortable
public class SetAttributeSourceImpl
- extends AbstractPluralAttributeSourceImpl
- implements Orderable, Sortable
Methods inherited from class org.hibernate.metamodel.source.hbm.AbstractPluralAttributeSourceImpl |
bindingContext, container, getCaching, getCascadeStyles, getCollectionTableCheck, getCollectionTableComment, getCustomLoaderName, getCustomPersisterClassName, getCustomSqlDelete, getCustomSqlDeleteAll, getCustomSqlInsert, getCustomSqlUpdate, getElementSource, getExplicitCatalogName, getExplicitCollectionTableName, getExplicitSchemaName, getFetchMode, getFetchStyle, getFetchTiming, getKeySource, getName, getPropertyAccessorName, getTypeInformation, getWhere, isIncludedInOptimisticLocking, isInverse, isSingular, metaAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetAttributeSourceImpl
public SetAttributeSourceImpl(JaxbSetElement setElement,
AttributeSourceContainer container)
getPluralAttributeElement
public JaxbSetElement getPluralAttributeElement()
- Overrides:
getPluralAttributeElement
in class AbstractPluralAttributeSourceImpl
getPluralAttributeNature
public PluralAttributeNature getPluralAttributeNature()
- Specified by:
getPluralAttributeNature
in interface PluralAttributeSource
isSorted
public boolean isSorted()
- Specified by:
isSorted
in interface Sortable
getComparatorName
public String getComparatorName()
- Specified by:
getComparatorName
in interface Sortable
isOrdered
public boolean isOrdered()
- Specified by:
isOrdered
in interface Orderable
getOrder
public String getOrder()
- Specified by:
getOrder
in interface Orderable
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.