In JPA is simple to get the next value from DB with the @Generated etc.
In spring data JDBC working with autogenerated DB IDs is simple/natural.
But how about working with PKs/Ids that are not auto generated like in Oracle Sequence?
In JPA is simple to get the next value from DB with the @Generated etc.
In spring data JDBC working with autogenerated DB IDs is simple/natural.
But how about working with PKs/Ids that are not auto generated like in Oracle Sequence?