Class MonthDayIntegerType

java.lang.Object
io.hypersistence.utils.hibernate.type.MutableType<MonthDay,org.hibernate.type.descriptor.jdbc.IntegerJdbcType,MonthDayTypeDescriptor>
io.hypersistence.utils.hibernate.type.basic.MonthDayIntegerType
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<MonthDay>, org.hibernate.query.sqm.SqmExpressible<MonthDay>, org.hibernate.type.descriptor.java.JavaTypedExpressible, org.hibernate.usertype.UserType<MonthDay>

public class MonthDayIntegerType extends MutableType<MonthDay,org.hibernate.type.descriptor.jdbc.IntegerJdbcType,MonthDayTypeDescriptor>
Maps a Java MonthDay object to a INT column type.
Author:
Mladen Savic (mladensavic94@gmail.com)
  • Field Details

  • Constructor Details

    • MonthDayIntegerType

      public MonthDayIntegerType()
    • MonthDayIntegerType

      public MonthDayIntegerType(Configuration configuration)
    • MonthDayIntegerType

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

    • getName

      public String getName()