Class | Description |
---|---|
Boolean01BigDecimalConverter |
Converts values of 0 or 1 to and from false or true where the field is stored as a Decimal numeric type.
|
Boolean01Converter |
Converts values of 0 or 1 to and from false or true.
|
BooleanAIConverter |
Converts active/inactive represented by the characters "A" and "I" to and from true and false.
|
BooleanTFConverter |
Converts true/false represented by the characters "T" and "F" to and from true and false.
|
BooleanYNConverter |
Converts true/false represented by a set of yes characters and the character "N" to and from true and false.
|
EncryptionConverter |
Calls the core service to encrypt values going to the database and decrypt values coming back from the database.
|
HashConverter |
Calls the core service to hash values going to the database.
|
InverseBooleanYNConverter |
Converts true/false represented by a set of yes characters and the character "N" to and from false and true.
|
KualiDecimalConverter |
Converts the custom
KualiDecimal objects for OJB by converting them to/from BigDecimal . |
KualiIntegerConverter |
Converts the custom
KualiInteger objects for OJB by converting them to/from Long . |
KualiPercentConverter |
Converts the custom
KualiPercent objects for OJB by converting them to/from BigDecimal . |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.