public interface PluralAttributeBinding extends AssociationAttributeBinding
Modifier and Type | Method and Description |
---|---|
PluralAttribute |
getAttribute()
Obtain the attribute bound.
|
int |
getBatchSize() |
Caching |
getCaching() |
AbstractCollectionElement |
getCollectionElement() |
CollectionKey |
getCollectionKey() |
Class<? extends CollectionPersister> |
getCollectionPersisterClass() |
TableSpecification |
getCollectionTable() |
Comparator |
getComparator() |
String |
getCustomLoaderName() |
CustomSQL |
getCustomSqlDelete() |
CustomSQL |
getCustomSqlDeleteAll() |
CustomSQL |
getCustomSqlInsert() |
CustomSQL |
getCustomSqlUpdate() |
Map |
getFilterMap() |
String |
getOrderBy() |
String |
getWhere() |
boolean |
isInverse() |
boolean |
isMutable() |
boolean |
isOrphanDelete() |
boolean |
isSorted() |
getCascadeStyle, getFetchMode, getFetchStyle, getFetchTiming, setCascadeStyles, setFetchStyle, setFetchTiming
addEntityReferencingAttributeBinding, getContainer, getEntityReferencingAttributeBindings, getHibernateTypeDescriptor, getMetaAttributeContext, getPropertyAccessorName, isAlternateUniqueKey, isAssociation, isBasicPropertyAccessor, isIncludedInOptimisticLocking, isLazy, setIncludedInOptimisticLocking, setPropertyAccessorName, validate
PluralAttribute getAttribute()
AttributeBinding
getAttribute
in interface AttributeBinding
CollectionKey getCollectionKey()
AbstractCollectionElement getCollectionElement()
TableSpecification getCollectionTable()
boolean isMutable()
Caching getCaching()
Class<? extends CollectionPersister> getCollectionPersisterClass()
String getCustomLoaderName()
CustomSQL getCustomSqlInsert()
CustomSQL getCustomSqlUpdate()
CustomSQL getCustomSqlDelete()
CustomSQL getCustomSqlDeleteAll()
boolean isOrphanDelete()
String getWhere()
boolean isSorted()
Comparator getComparator()
int getBatchSize()
Map getFilterMap()
boolean isInverse()
String getOrderBy()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.