1.

What Is Jpa And Its Key Components?

Answer»

Mapping between database tables and JAVA objects called ORM (Object RELATIONAL Mapping). JPA (Java Persistence API) provides and ORM FACILITY for managing relational tables in Java applications. It is a specification and few implementations are like Hibernate, JDO, EJB, TOPLINK. By using JPA can be FETCHED data, insert, update etc.

Mapping between database tables and java objects called ORM (Object Relational Mapping). JPA (Java Persistence API) provides and ORM facility for managing relational tables in Java applications. It is a specification and few implementations are like Hibernate, JDO, EJB, Toplink. By using JPA can be fetched data, insert, update etc.



Discussion

No Comment Found