Class PlanKeyUserType

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

public class PlanKeyUserType extends KeyUserType<PlanKey>
See Also:
  • Constructor Details

    • PlanKeyUserType

      public PlanKeyUserType()
  • Method Details

    • fromString

      public PlanKey fromString(@NotNull @NotNull String key)
      Specified by:
      fromString in class ConvertibleToStringUserType<PlanKey>
    • getHibernateType

      public static org.hibernate.type.Type getHibernateType(org.hibernate.Session session) throws org.hibernate.HibernateException
      Throws:
      org.hibernate.HibernateException