Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / JPA

JPA

JPA

Great Reads

by Trần_Tuấn_Anh
Bulk insert operations are essential when dealing with large datasets in enterprise applications. In Spring Boot, efficiently handling bulk inserts can significantly improve performance and reduce the time complexity of database operations.
by Han Bo Sun
Detailed description of how many-to-many association works with Hibernate, using MySQL and Spring
by Sam B. Brown
Interference open cluster is a simple Java framework that enables you to run a distributed database service within your Java application
by Keyhole Software
In Part 1 of this series, I discussed the basics of loading data from an XML file into a database using JAXB and JPA. (If JSON is called for instead of XML, then the same idea should translate to a tool like Jackson.) The approach is to use shared domain objects – i.e. a single […]

Latest Articles

by Trần_Tuấn_Anh
Bulk insert operations are essential when dealing with large datasets in enterprise applications. In Spring Boot, efficiently handling bulk inserts can significantly improve performance and reduce the time complexity of database operations.
by Han Bo Sun
Detailed description of how many-to-many association works with Hibernate, using MySQL and Spring
by Sam B. Brown
Interference open cluster is a simple Java framework that enables you to run a distributed database service within your Java application
by Keyhole Software
In Part 1 of this series, I discussed the basics of loading data from an XML file into a database using JAXB and JPA. (If JSON is called for instead of XML, then the same idea should translate to a tool like Jackson.) The approach is to use shared domain objects – i.e. a single […]

All Articles

Sort by Score

JPA 

by Han Bo Sun
Detailed description of how many-to-many association works with Hibernate, using MySQL and Spring
by Sam B. Brown
Interference open cluster is a simple Java framework that enables you to run a distributed database service within your Java application