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


Field Summary
 
Fields inherited from class org.hibernate.cfg.annotations.CollectionBinder
cascadeDeleteEnabled, collection, hqlOrderBy, indexColumn, inheritanceStatePerClass, localGenerators, mapKeyPropertyName, propertyName
 
Constructor Summary
PrimitiveArrayBinder()
           
 
Method Summary
protected  Collection createCollection(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, getMappings, isHibernateExtensionMapping, isMap, setAccessType, setBatchSize, setCache, setCascadeDeleteEnabled, setCascadeStrategy, setCollectionType, setDeclaringClass, setEjb3OrderBy, setElementColumns, setEmbedded, setExplicitAssociationTable, setFkJoinColumns, setIgnoreNotFound, setIndexColumn, setInheritanceStatePerClass, setInsertable, setInverseJoinColumns, setIsHibernateExtensionMapping, setJoinColumns, setLocalGenerators, setMapKey, setMapKeyColumns, setMapKeyManyToManyColumns, setMappedBy, setMappings, setOneToMany, setProperty, 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 Collection createCollection(PersistentClass persistentClass)
Overrides:
createCollection in class ArrayBinder


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.