此内容没有您所选择的语言版本。
12.2. Java Persistence API (JPA)
12.2.1. About JPA 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
		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 JBoss EAP 6 with a complete Java Persistence solution.
	
		JBoss EAP 6 is 100% compliant with the Java Persistence 2.0 specification. Hibernate also provides additional features to the specification.
	
		To get started with JPA and JBoss EAP 6, refer to the 
bean-validation, greeter, and kitchensink quickstarts: Section 1.4.1.1, “Access the Quickstarts”.