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 class
ArrayBinder
class
BagBinder
class
IdBagBinder
class
ListBinder
class
MapBinder
class
PrimitiveArrayBinder
class
SetBinder
Methods in org.hibernate.boot.model.internal that return CollectionBinder Modifier and Type Method Description static CollectionBinder
CollectionBinder. getCollectionBinder(org.hibernate.annotations.common.reflection.XProperty property, boolean isHibernateExtensionMapping, MetadataBuildingContext buildingContext)
collection binder factory
-