How to use Object Type Converter
- by arun.x.sridharan(at)oracle.com
UseCase Description
A person form where in user will enter String which has to
be converted to Number while persisting.
From the User Interface we might be getting a String value which has to be
persisted in the database as a number in that scenario we can use converters to
map the java object which is of type…