Class BendableScoreHibernateType

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

@Deprecated(forRemoval=true) public class BendableScoreHibernateType extends AbstractScoreHibernateType implements org.hibernate.usertype.ParameterizedType
Deprecated, for removal: This API element is subject to removal in a future version.
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 BendableScore with Hibernate 6, either use the score converter BendableScoreConverter) or implement the CompositeUserType yourself.
  • Constructor Details

    • BendableScoreHibernateType

      public BendableScoreHibernateType()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setParameterValues

      public void setParameterValues(Properties parameterMap)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setParameterValues in interface org.hibernate.usertype.ParameterizedType