Uses of Class
org.hibernate.mapping.Array
-
Packages that use Array Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of Array in org.hibernate.mapping
Subclasses of Array in org.hibernate.mapping Modifier and Type Class Description classPrimitiveArrayA primitive array has a primary key consisting of the key columns + index column.Methods in org.hibernate.mapping that return Array Modifier and Type Method Description ArrayArray. copy()ArrayPrimitiveArray. copy()Methods in org.hibernate.mapping with parameters of type Array Modifier and Type Method Description ObjectValueVisitor. accept(Array list)Constructors in org.hibernate.mapping with parameters of type Array Constructor Description Array(Array original)
-