类的使用
org.hibernate.mapping.IndexedCollection
-
使用IndexedCollection的程序包 程序包 说明 org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.mapping中IndexedCollection的使用
org.hibernate.mapping中IndexedCollection的子类 修饰符和类型 类 说明 classArrayAn array mapping has a primary key consisting of the key columns + index column.classListA list mapping has a primary key consisting of the key columns + index column.classMapA map has a primary key consisting of the key columns + index columns.classPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.参数类型为IndexedCollection的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 booleanIndexedCollection. isSame(IndexedCollection other)
-