Class BendableLongScoreHibernateType

java.lang.Object
org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateType
org.optaplanner.persistence.jpa.impl.score.buildin.bendablelong.BendableLongScoreHibernateType
All Implemented Interfaces:
org.hibernate.usertype.CompositeUserType, org.hibernate.usertype.ParameterizedType

public class BendableLongScoreHibernateType extends AbstractScoreHibernateType implements org.hibernate.usertype.ParameterizedType
Deprecated.
This class has been deprecated as the Hibernate 6 does not provide full backward compatibility for the CompositeUserType. The class will remain available in the OptaPlanner 8 releases to provide integration with Hibernate 5 but will be removed in OptaPlanner 9. To integrate the BendableLongScore with Hibernate 6, either use the score converter BendableLongScoreConverter) or implement the CompositeUserType yourself.
  • Constructor Details

    • BendableLongScoreHibernateType

      public BendableLongScoreHibernateType()
      Deprecated.
  • Method Details

    • setParameterValues

      public void setParameterValues(Properties parameterMap)
      Deprecated.
      Specified by:
      setParameterValues in interface org.hibernate.usertype.ParameterizedType