org.hibernate.cfg.annotations
Class SetBinder
java.lang.Object
org.hibernate.cfg.annotations.CollectionBinder
org.hibernate.cfg.annotations.SetBinder
public class SetBinder
- extends CollectionBinder
Bind a set.
- Author:
- Matthew Inger
Methods inherited from class org.hibernate.cfg.annotations.CollectionBinder |
addFilter, bind, bindManytoManyInverseFk, bindManyToManySecondPass, bindOneToManySecondPass, bindStarToManySecondPass, getCollection, getCollectionBinder, getSecondPass, setAnnotatedElement, setBatchSize, setCache, setCascadeDeleteEnabled, setCascadeStrategy, setCollectionType, setEjb3OrderBy, setElementColumns, setEmbedded, setExplicitAssociationTable, setFetchType, setFkJoinColumns, setIgnoreNotFound, setIndexColumn, setInsertable, setInverseJoinColumns, setJoinColumns, setMapKey, setMappedBy, setMappings, setOneToMany, setPropertyAccessorName, setPropertyHolder, setPropertyName, setSort, setTableBinder, setTargetEntity, setUpdatable, setWhere |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetBinder
public SetBinder()
SetBinder
public SetBinder(boolean sorted)
createCollection
protected org.hibernate.mapping.Collection createCollection(org.hibernate.mapping.PersistentClass persistentClass)
- Specified by:
createCollection
in class CollectionBinder
setSqlOrderBy
public void setSqlOrderBy(OrderBy orderByAnn)
- Overrides:
setSqlOrderBy
in class CollectionBinder