Is Spring Data JDBC v1.1.5 recommended for Oracle Database and Enterprise Applications? Lot of samples around the net based on Open Source RDBMS (H2 or PostgreSQL). We are using Spring Data JDBC in a Spring Boot Microservice Application, facing following problems.
- Force to write custom converters for
oracle.sql.TIMESTAMP
,oracle.sql.TIMESTAMPTZ
and oracle.sql.DATE andoracle.sql.ROWID
etc.. - Can't type cast
oracle.sql.ROWID
tojava.lang.Number
Identity must not be null after save
.