org.hibernate.cfg.annotations
Class ArrayBinder
java.lang.Object
org.hibernate.cfg.annotations.CollectionBinder
org.hibernate.cfg.annotations.ListBinder
org.hibernate.cfg.annotations.ArrayBinder
- Direct Known Subclasses:
- PrimitiveArrayBinder
public class ArrayBinder
- extends ListBinder
Bind an Array
- Author:
- Anthony Patricio
Method Summary |
protected org.hibernate.mapping.Collection |
createCollection(org.hibernate.mapping.PersistentClass persistentClass)
|
void |
setFetchType(javax.persistence.FetchType fetch)
|
Methods inherited from class org.hibernate.cfg.annotations.CollectionBinder |
addFilter, bind, bindManytoManyInverseFk, bindManyToManySecondPass, bindOneToManySecondPass, bindStarToManySecondPass, getCollection, getCollectionBinder, setAnnotatedElement, setBatchSize, setCache, setCascadeDeleteEnabled, setCascadeStrategy, setCollectionType, setEjb3OrderBy, setElementColumns, setEmbedded, setExplicitAssociationTable, setFkJoinColumns, setIgnoreNotFound, setIndexColumn, setInsertable, setInverseJoinColumns, setJoinColumns, setMapKey, setMappedBy, setMappings, setOneToMany, setPropertyAccessorName, setPropertyHolder, setPropertyName, setTableBinder, setTargetEntity, setUpdatable, setWhere |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayBinder
public ArrayBinder()
setFetchType
public void setFetchType(javax.persistence.FetchType fetch)
- Overrides:
setFetchType
in class CollectionBinder
createCollection
protected org.hibernate.mapping.Collection createCollection(org.hibernate.mapping.PersistentClass persistentClass)
- Overrides:
createCollection
in class ListBinder