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 class
PrimitiveArray
A 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 Array
Array. copy()
Array
PrimitiveArray. copy()
Methods in org.hibernate.mapping with parameters of type Array Modifier and Type Method Description Object
ValueVisitor. accept(Array list)
Constructors in org.hibernate.mapping with parameters of type Array Constructor Description Array(Array original)
-