==Java EE JPA==
[[Java EE]]
{{amazon|4798124605}}
====pom.xml====
*WildFly で永続性プロバイダにhibernateを使用する例
<<dependencies>> <<!-- Import the JPA API, we use provided scope as the API is included in JBoss AS 7 -->> <<dependency>> <<groupId>>org.hibernate.javax.persistence<</groupId>> <<artifactId>>hibernate-jpa-2.0-api<</artifactId>> <<scope>>provided<</scope>> <</dependency>> <</dependencies>>
===永続化コンテキスト(persistence.xml)===
====[http://hibernate.org/ Hibernate]の例====