Class PostgreSQLCITextType

java.lang.Object
io.hypersistence.utils.hibernate.type.ImmutableType<String>
io.hypersistence.utils.hibernate.type.basic.PostgreSQLCITextType
All Implemented Interfaces:
Serializable, org.hibernate.type.Type, org.hibernate.usertype.UserType<String>

public class PostgreSQLCITextType extends ImmutableType<String>
Maps a String object type to a PostgreSQL citext column type.
Author:
Sergei Portnov
See Also:
  • Field Details

  • Constructor Details

    • PostgreSQLCITextType

      public PostgreSQLCITextType()
    • PostgreSQLCITextType

      public PostgreSQLCITextType(org.hibernate.type.spi.TypeBootstrapContext typeBootstrapContext)
  • Method Details