Uses of Interface
org.hibernate.type.BasicPluralType
-
Packages that use BasicPluralType Package Description org.hibernate.type A HibernateTypeis 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 classBasicArrayType<T,E>A type that maps betweenARRAYandT[]classBasicCollectionType<C extends Collection<E>,E>A type that maps betweenARRAYandCollection<T>classConvertedBasicArrayType<T,S,E>Given aBasicValueConverterfor an array type,classConvertedBasicCollectionType<C extends Collection<E>,E>A converted basic array type.
-