Monthly Archives: August 2014

Primary key generation in JPA

Generation of primary key values is a very important functionality of relational database management systems. The main idea is to let RDBMS automatically calculate and assign primary key value to the row being inserted into the database table. This not … Continue reading

Posted in Database, Java, Java EE, JPA | Tagged , , , | 4 Comments