org.hibernate.cfg.annotations
Class ArrayBinder

java.lang.Object
  extended by org.hibernate.cfg.annotations.CollectionBinder
      extended by org.hibernate.cfg.annotations.ListBinder
          extended by org.hibernate.cfg.annotations.ArrayBinder
Direct Known Subclasses:
PrimitiveArrayBinder

public class ArrayBinder
extends ListBinder

Bind an Array

Author:
Anthony Patricio

Field Summary
 
Fields inherited from class org.hibernate.cfg.annotations.CollectionBinder
cascadeDeleteEnabled, collection, hqlOrderBy, indexColumn, mapKeyPropertyName, propertyName
 
Constructor Summary
ArrayBinder()
           
 
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.ListBinder
getSecondPass, setSort, setSqlOrderBy
 
Methods inherited from class org.hibernate.cfg.annotations.CollectionBinder
addFilter, bind, bindManytoManyInverseFk, bindManyToManySecondPass, bindOneToManySecondPass, bindStarToManySecondPass, getCollection, getCollectionBinder, setBatchSize, setCache, setCascadeDeleteEnabled, setCascadeStrategy, setCollectionType, setEjb3OrderBy, setElementColumns, setEmbedded, setExplicitAssociationTable, setFkJoinColumns, setIgnoreNotFound, setIndexColumn, setInsertable, setInverseJoinColumns, setJoinColumns, setMapKey, setMappedBy, setMappings, setOneToMany, setProperty, 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
 

Constructor Detail

ArrayBinder

public ArrayBinder()
Method Detail

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