How can I convert a String value to java.sql.time?
I have a scenario in which user gives the input time value as string.
For example: 10 PM
I have to store this value in Database as time stamp. Could any one please help me solving this problem. Mainly I want to write the getter and setter for this scenario.
java.time.LocalTimeclass.