Class BendableBigDecimalScoreHibernateType
java.lang.Object
org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateType
org.optaplanner.persistence.jpa.impl.score.buildin.bendablebigdecimal.BendableBigDecimalScoreHibernateType
- All Implemented Interfaces:
org.hibernate.usertype.CompositeUserType,org.hibernate.usertype.ParameterizedType
@Deprecated(forRemoval=true)
public class BendableBigDecimalScoreHibernateType
extends AbstractScoreHibernateType
implements org.hibernate.usertype.ParameterizedType
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateType
scoreDefinition, type -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidsetParameterValues(Properties parameterMap) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateType
assemble, deepCopy, disassemble, equals, extractIntParameter, getPropertyNames, getPropertyTypes, getPropertyValue, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, setPropertyValue
-
Constructor Details
-
BendableBigDecimalScoreHibernateType
public BendableBigDecimalScoreHibernateType()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setParameterValues
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setParameterValuesin interfaceorg.hibernate.usertype.ParameterizedType
-
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 theBendableBigDecimalScorewith Hibernate 6, either use the score converterBendableBigDecimalScoreConverter) or implement theCompositeUserTypeyourself.