Uses of Class
io.hypersistence.utils.hibernate.type.ImmutableType
Packages that use ImmutableType
Package
Description
-
Uses of ImmutableType in io.hypersistence.utils.hibernate.type
Subclasses of ImmutableType in io.hypersistence.utils.hibernate.typeModifier and TypeClassDescriptionclassDescriptorImmutableType<T,JDBC extends org.hibernate.type.descriptor.jdbc.JdbcType, JAVA extends org.hibernate.type.descriptor.java.JavaType<T>> Very convenient base class for implementing immutable object types using HibernateUserTypeusing theJdbcTypeandJavaTypedescriptors.class -
Uses of ImmutableType in io.hypersistence.utils.hibernate.type.basic
Subclasses of ImmutableType 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 anCharacterto a nullable CHAR column type.classclassclassMaps anInetobject type to a PostgreSQL INET column type.classclassMaps 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 ImmutableType in io.hypersistence.utils.hibernate.type.interval
Subclasses of ImmutableType in io.hypersistence.utils.hibernate.type.interval -
Uses of ImmutableType in io.hypersistence.utils.hibernate.type.money
Subclasses of ImmutableType in io.hypersistence.utils.hibernate.type.moneyModifier and TypeClassDescriptionclassMaps a JavaCurrencyUnitobject to aVARCHARcolumn type. -
Uses of ImmutableType in io.hypersistence.utils.hibernate.type.range
Subclasses of ImmutableType in io.hypersistence.utils.hibernate.type.rangeModifier and TypeClassDescriptionclass -
Uses of ImmutableType in io.hypersistence.utils.hibernate.type.range.guava
Subclasses of ImmutableType in io.hypersistence.utils.hibernate.type.range.guavaModifier and TypeClassDescriptionclassMaps aRangeobject type to a PostgreSQL range column type. -
Uses of ImmutableType in io.hypersistence.utils.hibernate.type.range.spring
Subclasses of ImmutableType in io.hypersistence.utils.hibernate.type.range.spring