Class SimpleScoreHibernateType
java.lang.Object
org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateType
org.optaplanner.persistence.jpa.impl.score.buildin.simple.SimpleScoreHibernateType
- All Implemented Interfaces:
- org.hibernate.usertype.CompositeUserType
@Deprecated(forRemoval=true)
public class SimpleScoreHibernateType
extends AbstractScoreHibernateType
Deprecated, for removal: This API element is subject to removal in a future version.
- 
Field SummaryFields inherited from class org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateTypescoreDefinition, type
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryMethods inherited from class org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateTypeassemble, deepCopy, disassemble, equals, extractIntParameter, getPropertyNames, getPropertyTypes, getPropertyValue, hashCode, isMutable, nullSafeGet, nullSafeSet, replace, returnedClass, setPropertyValue
- 
Constructor Details- 
SimpleScoreHibernateTypepublic SimpleScoreHibernateType()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
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 theSimpleScorewith Hibernate 6, either use the score converterSimpleScoreConverter) or implement theCompositeUserTypeyourself.