Class PostgreSQLTSVectorType

All Implemented Interfaces:
org.hibernate.metamodel.mapping.BasicValuedMapping, org.hibernate.metamodel.mapping.Bindable, org.hibernate.metamodel.mapping.JdbcMappingContainer, org.hibernate.metamodel.mapping.MappingModelExpressible, org.hibernate.metamodel.mapping.SqlExpressible, org.hibernate.metamodel.mapping.ValueMapping, org.hibernate.query.BindableType<Object>, org.hibernate.query.sqm.SqmExpressible<Object>, org.hibernate.type.descriptor.java.JavaTypedExpressible, org.hibernate.usertype.DynamicParameterizedType, org.hibernate.usertype.ParameterizedType, org.hibernate.usertype.UserType<Object>

Maps a String object type to a PostgreSQL TSVector column type.
Author:
Vlad Mihalcea, Philip Riecks
  • Field Details

  • Constructor Details

    • PostgreSQLTSVectorType

      public PostgreSQLTSVectorType()
    • PostgreSQLTSVectorType

      public PostgreSQLTSVectorType(Configuration configuration)
    • PostgreSQLTSVectorType

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

    • getName

      public String getName()