Uses of Class
org.hibernate.cfg.annotations.CollectionBinder
-
Packages that use CollectionBinder Package Description org.hibernate.cfg.annotations -
-
Uses of CollectionBinder in org.hibernate.cfg.annotations
Subclasses of CollectionBinder in org.hibernate.cfg.annotations Modifier and Type Class Description class
ArrayBinder
Bind an Arrayclass
BagBinder
Bind a bag.class
IdBagBinder
class
ListBinder
Bind a list to the underlying Hibernate configurationclass
MapBinder
Implementation to bind a Mapclass
PrimitiveArrayBinder
class
SetBinder
Bind a set.Methods in org.hibernate.cfg.annotations that return CollectionBinder Modifier and Type Method Description static CollectionBinder
CollectionBinder. getCollectionBinder(java.lang.String entityName, org.hibernate.annotations.common.reflection.XProperty property, boolean isIndexed, boolean isHibernateExtensionMapping, MetadataBuildingContext buildingContext)
collection binder factory
-