Hi all,
I've been assigned to create a JDBC implementation for some of our hibernate queries. However somne of our classes used genarator="native" in generating the primamy key. Now I need to know what hibernate used for primary key generation algorithm so that there won't be any possible conflicts with the JDBC implementation.
We're using Oracle 10g as database. According to the documents Hibernate should use sequence as generator, if it did use sequence where can i get the sequence name for the table.
thanks in advance.
|