org.hibernate.cfg.annotations
Class PrimitiveArrayBinder

java.lang.Object
  extended by org.hibernate.cfg.annotations.CollectionBinder
      extended by org.hibernate.cfg.annotations.ListBinder
          extended by org.hibernate.cfg.annotations.ArrayBinder
              extended by org.hibernate.cfg.annotations.PrimitiveArrayBinder

public class PrimitiveArrayBinder
extends ArrayBinder

Author:
Emmanuel Bernard

Field Summary
 
Fields inherited from class org.hibernate.cfg.annotations.CollectionBinder
cascadeDeleteEnabled, collection, hqlOrderBy, indexColumn, localGenerators, mapKeyPropertyName, propertyName
 
Constructor Summary
PrimitiveArrayBinder()
           
 
Method Summary
protected  org.hibernate.mapping.Collection createCollection(org.hibernate.mapping.PersistentClass persistentClass)
           
 
Methods inherited from class org.hibernate.cfg.annotations.ListBinder
getSecondPass, setSort, setSqlOrderBy
 
Methods inherited from class org.hibernate.cfg.annotations.CollectionBinder
bind, bindManytoManyInverseFk, bindManyToManySecondPass, bindOneToManySecondPass, bindStarToManySecondPass, getCollection, getCollectionBinder, setBatchSize, setCache, setCascadeDeleteEnabled, setCascadeStrategy, setCollectionType, setEjb3OrderBy, setElementColumns, setEmbedded, setExplicitAssociationTable, setFkJoinColumns, setIgnoreNotFound, setIndexColumn, setInsertable, setInverseJoinColumns, setJoinColumns, setLocalGenerators, setMapKey, setMapKeyColumns, setMapKeyManyToManyColumns, setMappedBy, setMappings, setOneToMany, setProperty, setPropertyAccessorName, setPropertyHolder, setPropertyName, setTableBinder, setTargetEntity, setUpdatable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveArrayBinder

public PrimitiveArrayBinder()
Method Detail

createCollection

protected org.hibernate.mapping.Collection createCollection(org.hibernate.mapping.PersistentClass persistentClass)
Overrides:
createCollection in class ArrayBinder