Abstract
Data persistence is a crucial part of software systems. Most software applications use relational databases as datastores but recently NoSQL data stores like MongoDB, Redis, Cassandra are getting popular too. Java provides JDBC API to talk to the database, but it is a low-level API that requires lots of boilerplate coding. The JavaEE platform provides the Java Persistence API (JPA) specification, which is an Object Relational Mapping (ORM) framework. Hibernate and EclipseLink are the most popular JPA implementations. There are other popular persistence frameworks, such as MyBatis and JOOQ, that are more SQL focused.
Talk to us
Join us for a 30 min session where you can share your feedback and ask us any queries you have
Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.