Uses of Class
org.hibernate.cfg.CollectionPropertyHolder
-
Packages that use CollectionPropertyHolder Package Description org.hibernate.cfg -
-
Uses of CollectionPropertyHolder in org.hibernate.cfg
Methods in org.hibernate.cfg that return CollectionPropertyHolder Modifier and Type Method Description static CollectionPropertyHolder
PropertyHolderBuilder. buildPropertyHolder(Collection collection, java.lang.String path, org.hibernate.annotations.common.reflection.XClass clazzToProcess, org.hibernate.annotations.common.reflection.XProperty property, PropertyHolder parentPropertyHolder, MetadataBuildingContext context)
buid a property holder on top of a collection
-