In Relation To... Some tips on using Hibernate in JBoss AS 7.0.0.Final - 1 views
-
Some tips on using Hibernate in JBoss AS 7.0.0.Final
- ...6 more annotations...
-
JPA applications that create an EntityManagerFactory on their own, either using the PersistenceProvider SPI directly or through an intermediary mechanism such as Spring's LocalContainerEntityManagerFactoryBean
-
standard Java EE-applications may ignore the provider implementation and rely on the standard features provided by the container - JBoss AS7 supporting standard JPA 1.0 and 2.0
-
future versions of JBoss AS7 it will be possible to use alternative persistence provider implementations