Uses of Interface
org.hibernate.type.BasicPluralType
Packages that use BasicPluralType
Package
Description
A Hibernate
Type 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 BasicPluralTypeModifier and TypeMethodDescriptionprotected 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 BasicPluralTypeModifier and TypeClassDescriptionclassBasicArrayType<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.