Sunday, November 25, 2007

Getting started with JPA and Hibernate

jboss-EJB-3.0_Embeddable_ALPHA_9

  • hibernate-all

  • thirdparty-all.jar

  • jboss-ejb3-all.jar



hibernate-annotations-3.3.0.GA

  • hibernate-annotations.jar



hibernate-3.2.5.GA

  • hibernate3.jar



hibernate-entitymanager-3.3.1.GA

  • hibernate-entitymanager.jar



EntityManager Interface - hibernate-all.jar
EntityManagerFactory Interface - hibernate-all.jar

EntityManagerImpl - hibernate-entitymanager.jar
EntityManagerFactoryImpl - hibernate-entitymanager.jar

Note: the current hibernate-all.jar is not compatible with the latest hibernate GA release and therefore, hibernate-all.jar should come after hibernate-annotations.jar in the jar export order. Otherwise it will throw NoSuchMethodError.

No comments: