类的使用
org.hibernate.cfg.annotations.CollectionBinder
-
使用CollectionBinder的程序包 程序包 说明 org.hibernate.cfg.annotations -
-
org.hibernate.cfg.annotations中CollectionBinder的使用
org.hibernate.cfg.annotations中CollectionBinder的子类 修饰符和类型 类 说明 classArrayBinderBind an ArrayclassBagBinderBind a bag.classIdBagBinderclassListBinderBind a list to the underlying Hibernate configurationclassMapBinderImplementation to bind a MapclassPrimitiveArrayBinderclassSetBinderBind a set.返回CollectionBinder的org.hibernate.cfg.annotations中的方法 修饰符和类型 方法 说明 static CollectionBinderCollectionBinder. getCollectionBinder(String entityName, org.hibernate.annotations.common.reflection.XProperty property, boolean isIndexed, boolean isHibernateExtensionMapping, MetadataBuildingContext buildingContext)collection binder factory
-