Uses of Class
com.vladmihalcea.hibernate.type.ImmutableType
-
-
Uses of ImmutableType in com.vladmihalcea.hibernate.type.basic
Subclasses of ImmutableType in com.vladmihalcea.hibernate.type.basic Modifier and Type Class Description class
NullableCharacterType
Maps anCharacter
to a nullable CHAR column type.class
PostgreSQLCITextType
Maps aString
object type to a PostgreSQL citext column type.class
PostgreSQLHStoreType
Maps aMap
object type to a PostgreSQL hstore column type.class
PostgreSQLInetType
Maps anInet
object type to a PostgreSQL INET column type. -
Uses of ImmutableType in com.vladmihalcea.hibernate.type.interval
Subclasses of ImmutableType in com.vladmihalcea.hibernate.type.interval Modifier and Type Class Description class
OracleIntervalDayToSecondType
Maps a JavaDuration
object to a Oracle IntervalDS column type.class
PostgreSQLIntervalType
Maps a JavaDuration
object to a PostgreSQL Interval column type.class
PostgreSQLPeriodType
Maps a JavaDuration
object to a PostgreSQL Interval column type. -
Uses of ImmutableType in com.vladmihalcea.hibernate.type.range
Subclasses of ImmutableType in com.vladmihalcea.hibernate.type.range Modifier and Type Class Description class
PostgreSQLRangeType
-
Uses of ImmutableType in com.vladmihalcea.hibernate.type.range.guava
Subclasses of ImmutableType in com.vladmihalcea.hibernate.type.range.guava Modifier and Type Class Description class
PostgreSQLGuavaRangeType
Maps aRange
object type to a PostgreSQL range column type.
-