110 likes | 346 Views
JPA. JPA. JPA = Java Persistence API Why?. Why JPA?. Simple and lightweight programming model POJOs (plain old Java objects) are the first-class citizens As POJOs, entity objects can be serialized (to DB, other network locations, etc.)
E N D
JPA JPA = Java Persistence API Why?
Why JPA? Simple and lightweight programming model POJOs (plain old Java objects) are the first-class citizens As POJOs, entity objects can be serialized (to DB, other network locations, etc.) Permits the use a standard API to perform typical database operations (CRUD operations) that involve entities