java.lang.Object
io.hypersistence.utils.hibernate.type.MutableType<ZoneId,org.hibernate.type.descriptor.jdbc.VarcharJdbcType,ZoneIdTypeDescriptor>
io.hypersistence.utils.hibernate.type.basic.ZoneIdType
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<ZoneId>, org.hibernate.query.sqm.SqmExpressible<ZoneId>, org.hibernate.type.descriptor.java.JavaTypedExpressible, org.hibernate.usertype.UserType<ZoneId>

public class ZoneIdType extends MutableType<ZoneId,org.hibernate.type.descriptor.jdbc.VarcharJdbcType,ZoneIdTypeDescriptor>
Maps a Java ZoneId object to an VARCHAR column type.
Author:
stonio
  • Field Details

    • INSTANCE

      public static final ZoneIdType INSTANCE
  • Constructor Details

    • ZoneIdType

      public ZoneIdType()
    • ZoneIdType

      public ZoneIdType(Configuration configuration)
    • ZoneIdType

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

    • getName

      public String getName()