4e4ac650fa
* https://www.baeldung.com/the-persistence-layer-with-spring-and-jpa went into spring-jpa-2 * https://www.baeldung.com/hibernate-5-spring went to spring-jpa-2 * https://www.baeldung.com/transaction-configuration-with-jpa-and-spring went to spring-jpa-2 * https://www.baeldung.com/persistence-layer-with-spring-and-hibernate went to spring-jpa-2 * https://www.baeldung.com/simplifying-the-data-access-layer-with-spring-and-java-generics went to spring-jpa-2 * https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa went to spring-data-jpa-repo-2 * https://www.baeldung.com/spring-data-jpa-query went to spring-data-jpa-query-2 * https://www.baeldung.com/spring-jdbc-jdbctemplate moved to spring-jdbc * Removed spring-persistence-simple module as all articles have been moved |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
=========
Core Java Persistence Examples
Relevant Articles:
- Introduction to JDBC
- Batch Processing in JDBC
- Introduction to the JDBC RowSet Interface in Java
- A Simple Guide to Connection Pooling in Java
- Guide to the JDBC ResultSet Interface
- Types of SQL Joins
- Returning the Generated Keys in JDBC
- Loading JDBC Drivers
- Difference Between Statement and PreparedStatement
- Extracting Database Metadata Using JDBC