org.hibernate.metamodel.binding
Interface PluralAttributeBinding
- All Superinterfaces: 
- AssociationAttributeBinding, AttributeBinding
- All Known Implementing Classes: 
- AbstractPluralAttributeBinding, BagBinding, SetBinding
- public interface PluralAttributeBinding 
- extends AssociationAttributeBinding
 
 
| Methods inherited from interface org.hibernate.metamodel.binding.AttributeBinding | 
| addEntityReferencingAttributeBinding, getContainer, getEntityReferencingAttributeBindings, getHibernateTypeDescriptor, getMetaAttributeContext, getPropertyAccessorName, isAlternateUniqueKey, isAssociation, isBasicPropertyAccessor, isIncludedInOptimisticLocking, isLazy, setIncludedInOptimisticLocking, setPropertyAccessorName, validate | 
 
getAttribute
PluralAttribute getAttribute()
- Description copied from interface: AttributeBinding
- Obtain the attribute bound.
 
- 
- Specified by:
- getAttributein interface- AttributeBinding
 
- 
- Returns:
- The attribute.
 
getCollectionKey
CollectionKey getCollectionKey()
- 
 
- 
 
getCollectionElement
AbstractCollectionElement getCollectionElement()
- 
 
- 
 
getCollectionTable
TableSpecification getCollectionTable()
- 
 
- 
 
isMutable
boolean isMutable()
- 
 
- 
 
getCaching
Caching getCaching()
- 
 
- 
 
getCollectionPersisterClass
Class<? extends CollectionPersister> getCollectionPersisterClass()
- 
 
- 
 
getCustomLoaderName
String getCustomLoaderName()
- 
 
- 
 
getCustomSqlInsert
CustomSQL getCustomSqlInsert()
- 
 
- 
 
getCustomSqlUpdate
CustomSQL getCustomSqlUpdate()
- 
 
- 
 
getCustomSqlDelete
CustomSQL getCustomSqlDelete()
- 
 
- 
 
getCustomSqlDeleteAll
CustomSQL getCustomSqlDeleteAll()
- 
 
- 
 
isOrphanDelete
boolean isOrphanDelete()
- 
 
- 
 
getWhere
String getWhere()
- 
 
- 
 
isSorted
boolean isSorted()
- 
 
- 
 
getComparator
Comparator getComparator()
- 
 
- 
 
getBatchSize
int getBatchSize()
- 
 
- 
 
getFilterMap
Map getFilterMap()
- 
 
- 
 
isInverse
boolean isInverse()
- 
 
- 
 
getOrderBy
String getOrderBy()
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.