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 classArrayBinderBind an ArrayclassBagBinderBind a bag.classIdBagBinderclassListBinderBind a list to the underlying Hibernate configurationclassMapBinderImplementation to bind a MapclassPrimitiveArrayBinderclassSetBinderBind a set.Methods in org.hibernate.cfg.annotations that return CollectionBinder Modifier and Type Method Description static CollectionBinderCollectionBinder. getCollectionBinder(java.lang.String entityName, org.hibernate.annotations.common.reflection.XProperty property, boolean isIndexed, boolean isHibernateExtensionMapping, MetadataBuildingContext buildingContext)collection binder factory
-