Uses of Interface
org.hibernate.type.BasicPluralType
-
Packages that use BasicPluralType Package Description org.hibernate.dialect.function.array 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.dialect.function.array
Methods in org.hibernate.dialect.function.array that return BasicPluralType Modifier and Type Method Description protected BasicPluralType<?,?>
ArrayArgumentValidator. getPluralType(int arrayIndex, List<? extends SqmTypedNode<?>> arguments, String functionName, TypeConfiguration typeConfiguration)
-
Uses of BasicPluralType in org.hibernate.type
Classes in org.hibernate.type that implement BasicPluralType Modifier and Type Class Description class
BasicArrayType<T,E>
A type that maps betweenARRAY
andT[]
class
BasicCollectionType<C extends Collection<E>,E>
A type that maps betweenARRAY
andCollection<T>
class
ConvertedBasicArrayType<T,S,E>
Given aBasicValueConverter
for an array type,class
ConvertedBasicCollectionType<C extends Collection<E>,E>
A converted basic array type.
-