Uses of Interface
org.hibernate.type.BasicPluralType
-
Packages that use BasicPluralType Package Description org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types. -
-
Uses of BasicPluralType in org.hibernate.type
Classes in org.hibernate.type that implement BasicPluralType Modifier and Type Class Description class
BasicArrayType<T>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
ConvertedBasicArrayType<T>
A converted basic array type.class
ConvertedBasicCollectionType<C extends Collection<E>,E>
A converted basic array type.
-