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.basic
Subclasses of MutableType in io.hypersistence.utils.hibernate.type.basicModifier and TypeClassDescriptionclassMaps aMonthobject type to aINTcolumn type which is saved as value from 1 (January) to 12 (December), according to the ISO 8601 standard.classMaps a JavaMonthDayobject to aDATEcolumn type.classMaps a JavaMonthDayobject to aINTcolumn type.classMaps a JavaYearMonthobject to aDATEcolumn type.classMaps a JavaYearMonthobject to an small and continuousINTcolumn type which defines the months that passed since the Unix epoch.classMaps a JavaYearMonthobject to anINTcolumn type.classMaps a JavaYearMonthobject to aTIMESTAMPcolumn type.classMaps a JavaYearobject to anINTcolumn type.classMaps a JavaZoneIdobject to anVARCHARcolumn type. -
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 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.money
Subclasses of MutableType in io.hypersistence.utils.hibernate.type.moneyModifier and TypeClassDescriptionclassMaps a JavaCurrencyUnitobject to aVARCHARcolumn type. -
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.