类的使用
org.hibernate.cfg.CollectionPropertyHolder
-
使用CollectionPropertyHolder的程序包 程序包 说明 org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. -
-
org.hibernate.cfg中CollectionPropertyHolder的使用
返回CollectionPropertyHolder的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 static CollectionPropertyHolderPropertyHolderBuilder. buildPropertyHolder(Collection collection, String path, org.hibernate.annotations.common.reflection.XClass clazzToProcess, org.hibernate.annotations.common.reflection.XProperty property, PropertyHolder parentPropertyHolder, MetadataBuildingContext context)build a property holder on top of a collection
-