类的使用
org.hibernate.mapping.List
-
使用List的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.boot.model.source.internal.hbm中List的使用
参数类型为List的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 voidModelBinder. bindListOrArrayIndex(MappingDocument mappingDocument, IndexedPluralAttributeSource attributeSource, List collectionBinding) -
org.hibernate.mapping中List的使用
org.hibernate.mapping中List的子类 修饰符和类型 类 说明 classArrayAn array mapping has a primary key consisting of the key columns + index column.classPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.参数类型为List的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 ObjectValueVisitor. accept(List list)
-