Package org.kuali.rice.krad.data.jpa.converters
package org.kuali.rice.krad.data.jpa.converters
-
ClassesClassDescriptionConverts values of 0 or 1 to and from false or true where the field is stored as a Decimal numeric type.Converts values of 0 or 1 to and from false or true.Converts true/false represented by the characters "T" and "F" to and from true and false.Converts true/false represented by a set of yes characters and the character "N" to and from true and false.Calls the core service to encrypt values going to the database and decrypt values coming back from the database.Calls the core service to hash values going to the database.Converts the custom
KualiDecimalobjects for OJB by converting them to/fromBigDecimal.Converts the customKualiIntegerobjects for OJB by converting them to/fromLong.Converts the customKualiPercentobjects for OJB by converting them to/fromBigDecimal.