Class YearMonthDateType

java.lang.Object
io.hypersistence.utils.hibernate.type.MutableType<YearMonth,org.hibernate.type.descriptor.jdbc.DateJdbcType,YearMonthTypeDescriptor>
io.hypersistence.utils.hibernate.type.basic.YearMonthDateType
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<YearMonth>, org.hibernate.query.sqm.SqmExpressible<YearMonth>, org.hibernate.type.descriptor.java.JavaTypedExpressible, org.hibernate.usertype.UserType<YearMonth>

public class YearMonthDateType extends MutableType<YearMonth,org.hibernate.type.descriptor.jdbc.DateJdbcType,YearMonthTypeDescriptor>
Maps a Java YearMonth object to a DATE column type.

For more details about how to use it, check out this article on vladmihalcea.com.

Author:
Vlad Mihalcea
  • Field Details

  • Constructor Details

    • YearMonthDateType

      public YearMonthDateType()
    • YearMonthDateType

      public YearMonthDateType(Configuration configuration)
    • YearMonthDateType

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

    • getName

      public String getName()