Uses of Class
io.hypersistence.utils.hibernate.type.MutableType
Packages that use MutableType
Package
Description
-
Uses of MutableType in io.hypersistence.utils.hibernate.type
Subclasses of MutableType in io.hypersistence.utils.hibernate.typeModifier and TypeClassDescriptionclassMutableDynamicParameterizedType<T,JDBC extends org.hibernate.type.descriptor.jdbc.JdbcType, JAVA extends org.hibernate.type.descriptor.java.JavaType<T>> -
Uses of MutableType in io.hypersistence.utils.hibernate.type.array
Subclasses of MutableType in io.hypersistence.utils.hibernate.type.arrayModifier and TypeClassDescriptionclassMaps aboolean[]array on a PostgreSQL ARRAY column type.classMaps anDate[]array on a PostgreSQL date[] ARRAY type.classMaps adecimal[]array on a PostgreSQL ARRAY column type.classMaps adouble[]array on a PostgreSQL ARRAY type.classMaps anEnum[]array on a database ARRAY type.classMaps afloat[]array on a PostgreSQL ARRAY type.classMaps anint[]array on a PostgreSQL ARRAY type.classMaps anListentity attribute on a PostgreSQL ARRAY column type.classMaps ajava.Time.LocalDate[]array on a PostgreSQL date[] ARRAY type.classMaps ajava.Time.LocalDateTime[]array on a PostgreSQL timestamp[] ARRAY type.classMaps anlong[]array on a PostgreSQL ARRAY type.classMaps anString[]array on a PostgreSQL ARRAY type.classMaps anDate[]array on a PostgreSQL timestamp[] ARRAY type.classMaps anUUID[]array on a PostgreSQL ARRAY type. -
Uses of MutableType in io.hypersistence.utils.hibernate.type.array.internal
Subclasses of MutableType in io.hypersistence.utils.hibernate.type.array.internal -
Uses of MutableType in io.hypersistence.utils.hibernate.type.json
Subclasses of MutableType in io.hypersistence.utils.hibernate.type.jsonModifier and TypeClassDescriptionclassMaps any given Java object on a JSON column type that is managed viaPreparedStatement.setObject(int, Object)at JDBC Driver level.classMaps any given Java object on a JSON column type that is managed viaPreparedStatement.setBlob(int, Blob)at JDBC Driver level.classMaps any given Java object on a JSON column type that is managed viaPreparedStatement.setClob(int, Clob)at JDBC Driver level.classMaps a JacksonJsonNodeobject on a JSON column type that is managed viaPreparedStatement.setObject(int, Object)at JDBC Driver level.classMaps a JacksonJsonNodeobject on a JSON column type that is managed viaPreparedStatement.setString(int, String)at JDBC Driver level.classMaps any given Java object on a JSON column type that is managed viaPreparedStatement.setString(int, String)at JDBC Driver level.classJsonTypeallows you to map any given JSON object (e.g., POJO,Map<String, Object>, List<T>,JsonNode) on any of the following database systems: -
Uses of MutableType in io.hypersistence.utils.hibernate.type.search
Subclasses of MutableType in io.hypersistence.utils.hibernate.type.searchModifier and TypeClassDescriptionclassMaps aStringobject type to a PostgreSQL TSVector column type.