Uses of Class
com.vladmihalcea.hibernate.type.ImmutableType

Packages that use ImmutableType
com.vladmihalcea.hibernate.type.basic   
com.vladmihalcea.hibernate.type.range   
com.vladmihalcea.hibernate.type.range.guava   
 

Uses of ImmutableType in com.vladmihalcea.hibernate.type.basic
 

Subclasses of ImmutableType in com.vladmihalcea.hibernate.type.basic
 class NullableCharacterType
          Maps an Character to a nullable CHAR column type.
 class PostgreSQLCITextType
          Maps a String object type to a PostgreSQL citext column type.
 class PostgreSQLHStoreType
          Maps a Map object type to a PostgreSQL hstore column type.
 class PostgreSQLInetType
          Maps an Inet object type to a PostgreSQL INET column type.
 class PostgreSQLTSVectorType
          Maps a String object type to a PostgreSQL TSVector column type.
 

Uses of ImmutableType in com.vladmihalcea.hibernate.type.range
 

Subclasses of ImmutableType in com.vladmihalcea.hibernate.type.range
 class PostgreSQLRangeType
          Maps a Range object type to a PostgreSQL range column type.
 

Uses of ImmutableType in com.vladmihalcea.hibernate.type.range.guava
 

Subclasses of ImmutableType in com.vladmihalcea.hibernate.type.range.guava
 class PostgreSQLGuavaRangeType
          Maps a Range object type to a PostgreSQL range column type.
 



Copyright © 2021. All rights reserved.