Class SimpleBigDecimalScoreHibernateType

java.lang.Object
org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateType
org.optaplanner.persistence.jpa.impl.score.buildin.simplebigdecimal.SimpleBigDecimalScoreHibernateType
All Implemented Interfaces:
org.hibernate.usertype.CompositeUserType

@Deprecated(forRemoval=true) public class SimpleBigDecimalScoreHibernateType extends AbstractScoreHibernateType
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 SimpleBigDecimalScore with Hibernate 6, either use the score converter SimpleBigDecimalScoreConverter) or implement the CompositeUserType yourself.
  • Constructor Details

    • SimpleBigDecimalScoreHibernateType

      public SimpleBigDecimalScoreHibernateType()
      Deprecated, for removal: This API element is subject to removal in a future version.