sql « ID « JPA Q&A





1. Hibernate and IDs    stackoverflow.com

Is it possible in hibernate to have an entity where some IDs are assigned and some are generated? For instance: Some objects have an ID between 1-10000 that are generated outside of the ...

2. SQL and domposite-id    forum.hibernate.org

3. Generating IDs and import.sql    forum.hibernate.org

I am using Hypersonic DB during development and plan to switch over to Oracle at a future date. I will be working with new data in Oracle and plan to use sequences to generate ids for all my tables. In development I have been using import.sql to load some test data into HSQL. My question is how should I go about ...