Java EE 5 SDK

Package javax.persistence

The javax.persistence package contains the classes and interfaces that define the contracts between a persistence provider and the managed classes and the clients of the Java Persistence API.

See:
          Description

Interface Summary
EntityManager Interface used to interact with the persistence context.
EntityManagerFactory The EntityManagerFactory interface is used by the application to obtain an application-managed entity manager.