Hibernate java.sql.Date field return only date for Oracle -


I am using the oracle database to get the date and time but it is only returning to that date When I am using java.sql.Date I have tried with java sql.Timestamp but it gave exception as wrong column type. I tried with V8 compatible configuration but it also does not work. I can not change anything in the DB side. The type of column in DB is DATE.

Please make a suggestion

Some code would be good, but did you have your date Field to @ temporal (templar type. TIMESTAMP) ?

attempted to annotate with

Comments