Class KualiDecimalConverter

java.lang.Object
org.kuali.rice.krad.data.jpa.converters.KualiDecimalConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<KualiDecimal,BigDecimal>

public class KualiDecimalConverter extends Object implements javax.persistence.AttributeConverter<KualiDecimal,BigDecimal>
Converts the custom KualiDecimal objects for OJB by converting them to/from BigDecimal.
Author:
Kuali Rice Team (rice.collab@kuali.org)