JPA - Object-Relational Mapping (ORM)

Card Puncher Data Processing

JPA - Object-Relational Mapping (ORM)

About

JPA standardizes the important task of object-relational mapping by using:

to map objects into one or more tables of a database.

The JPA specification explicitly defines the object-relational mapping, rather than relying on vendor-specific mapping implementations.

The mapping metadata are an union of:

Type

  • top-down: Generating database tables from entity beans

Documentation / Reference





Discover More
Card Puncher Data Processing
JPA - Java Persistence API (JPA)

API The Java Persistence API is the Java API for the management of persistence and object/relational mapping for: Java EE and Java SE environments The Java Persistence consists of: The Java...



Share this page:
Follow us:
Task Runner