Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
1.2. Java Persistence API (JPA)
1.2.1. About JPA Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
The Java Persistence API (JPA) is the standard for using persistence in Java projects. Java EE 6 applications use the Java Persistence 2.0 specification, documented here: http://www.jcp.org/en/jsr/detail?id=317.
Hibernate EntityManager implements the programming interfaces and life-cycle rules defined by the specification. It provides the JBoss Enterprise Web Server with a complete Java Persistence solution.