Class KualiPercentConverter

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

public class KualiPercentConverter extends Object implements javax.persistence.AttributeConverter<KualiPercent,BigDecimal>
Converts the custom KualiPercent objects for OJB by converting them to/from BigDecimal.