Package | Description |
---|---|
com.vladmihalcea.hibernate.type.basic |
Class and Description |
---|
Inet
The
Inet object type is used to represent an IP address. |
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 © 2020. All rights reserved.