Class InstantType

  • All Implemented Interfaces:
    Serializable, org.hibernate.usertype.UserType

    public class InstantType
    extends HibernateUserType
    Hibernate 2 mapping type for the new java 8 Instant class. Maps the time value to a Long for storage in the database.
    Since:
    5.10
    See Also:
    Serialized Form