Package com.perdues.db.typeHandlers

Class Summary
BaseTypeHandler  
BooleanTypeHandler Booleans are integers with value of 0 or 1.
DateTypeHandler  
EmailTypeHandler Type handler for the Email address type.
IDTypeHandler Type handler for the ID type, integers starting with 1, used as unique IDs for rcords..
IntegerTypeHandler  
NumericTypeHandler  
PhoneACTypeHandler Type handler for "PhoneAC" == U.S.-style phone area code type.
PhoneTypeHandler Type handler for "Phone" == generic phone number type.
SSNTypeHandler On input, this handler accepts exactly 9 digits, with any number of blanks or '-' interspersed.
StringTypeHandler This handler generally treats missing fields of the Form as empty Strings.
ZipcodeTypeHandler