Package | Description |
---|---|
com.vladmihalcea.hibernate.type.basic |
Class and Description |
---|
Inet
The
Inet object type is used to represent an IP address. |
Iso8601MonthType
Maps a
Month object type to a INT column type
which is saved as value from 1 (January) to 12 (December),
according to the ISO 8601 standard. |
MonthDayDateType
Maps a Java
MonthDay object to a DATE column type. |
MonthDayIntegerType
Maps a Java
MonthDay object to a INT column type. |
NullableCharacterType
Maps an
Character to a nullable CHAR column type. |
PostgreSQLCITextType |
PostgreSQLEnumType
Maps an
Enum to a PostgreSQL ENUM column type. |
PostgreSQLHStoreType |
PostgreSQLInetType
Maps an
Inet object type to a PostgreSQL INET column type. |
YearMonthDateType
Maps a Java
YearMonth object to a DATE column type. |
YearMonthEpochType
Maps a Java
YearMonth object to an small and continuous INT column type
which defines the months that passed since the Unix epoch. |
YearMonthIntegerType
Maps a Java
YearMonth object to an INT column type. |
YearMonthTimestampType
Maps a Java
YearMonth object to a TIMESTAMP column type. |
YearType
Maps a Java
Year object to an INT column type. |
ZoneIdType
Maps a Java
ZoneId object to an VARCHAR column type. |
Copyright © 2022. All rights reserved.