Uses of Interface
org.hibernate.type.descriptor.java.BasicPluralJavaType
Packages that use BasicPluralJavaType
Package
Description
Integrates a range of types defined by the JDK with the type system
of Hibernate.
SPIs related to
JavaType.Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of BasicPluralJavaType in org.hibernate.type.descriptor.java
Classes in org.hibernate.type.descriptor.java that implement BasicPluralJavaTypeModifier and TypeClassDescriptionclassclassDescriptor forT[]handling.classDescriptor forboolean[]handling.classDescriptor fordouble[]handling.classDescriptor forfloat[]handling.classDescriptor forint[]handling.classDescriptor forlong[]handling.classDescriptor forshort[]handling. -
Uses of BasicPluralJavaType in org.hibernate.type.descriptor.java.spi
Classes in org.hibernate.type.descriptor.java.spi that implement BasicPluralJavaTypeModifier and TypeClassDescriptionclassBasicCollectionJavaType<C extends Collection<E>,E> Descriptor for handling persistent collections. -
Uses of BasicPluralJavaType in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with parameters of type BasicPluralJavaTypeModifier and TypeMethodDescriptionstatic XmlHelper.CollectionTagsXmlHelper.determineCollectionTags(BasicPluralJavaType<?> pluralJavaType, SessionFactoryImplementor sessionFactory)