Uses of Class
org.hibernate.boot.model.internal.CollectionBinder
-
Packages that use CollectionBinder Package Description org.hibernate.boot.model.internal -
-
Uses of CollectionBinder in org.hibernate.boot.model.internal
Subclasses of CollectionBinder in org.hibernate.boot.model.internal Modifier and Type Class Description classArrayBinderclassBagBinderclassIdBagBinderclassListBinderclassMapBinderclassPrimitiveArrayBinderclassSetBinderMethods in org.hibernate.boot.model.internal that return CollectionBinder Modifier and Type Method Description static CollectionBinderCollectionBinder. getCollectionBinder(org.hibernate.annotations.common.reflection.XProperty property, boolean isHibernateExtensionMapping, MetadataBuildingContext buildingContext)collection binder factory
-