Package com.vladmihalcea.hibernate.type.basic

Class Summary
Inet The Inet object type is used to represent an IP address.
NullableCharacterType Maps an Character to a nullable CHAR column type.
PostgreSQLCITextType Maps a String object type to a PostgreSQL citext column type.
PostgreSQLEnumType Maps an Enum to a PostgreSQL ENUM column type.
PostgreSQLHStoreType Maps a Map object type to a PostgreSQL hstore column type.
PostgreSQLInetType Maps an Inet object type to a PostgreSQL INET column type.
PostgreSQLTSVectorType Maps a String object type to a PostgreSQL TSVector column type.
 



Copyright © 2021. All rights reserved.