home »
org.hibernate »
hibernate-entitymanager » 3.3.1.ga
Hibernate Entity Manager
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
POM Dependency
| Apache Maven |
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.3.1.ga</version>
</dependency>
|
| Apache Ivy |
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="3.3.1.ga"/>
|
| Groovy Grape |
@Grapes(
@Grab(group='org.hibernate', module='hibernate-entitymanager', version='3.3.1.ga')
)
|
| Apache Buildr |
'org.hibernate:hibernate-entitymanager:jar:3.3.1.ga'
|
This artifact depends on ...
This artifact is used by ...
Licenses
Packages
| org.hibernate.ejb |
| org.hibernate.ejb.connection |
| org.hibernate.ejb.event |
| org.hibernate.ejb.instrument |
| org.hibernate.ejb.packaging |
| org.hibernate.ejb.transaction |
| org.hibernate.ejb.util |
| org.hibernate.engine |