Uses of Class
org.hibernate.cfg.annotations.CollectionBinder

Packages that use CollectionBinder
org.hibernate.cfg.annotations   
 

Uses of CollectionBinder in org.hibernate.cfg.annotations
 

Subclasses of CollectionBinder in org.hibernate.cfg.annotations
 class ArrayBinder
          Bind an Array
 class BagBinder
          Bind a bag.
 class ListBinder
          Bind a list
 class MapBinder
          Implementation to bind a Map
 class PrimitiveArrayBinder
           
 class SetBinder
          Bind a set.
 

Methods in org.hibernate.cfg.annotations that return CollectionBinder
static CollectionBinder CollectionBinder.getCollectionBinder(String entityName, PropertyData inferredData, boolean isIndexed)
          collection binder factory