h2 « Connection « JPA Q&A





1. JPA connection with H2 database    stackoverflow.com

I am developing a hibernate with JPA project and trying to get the working persistence.xml by using H2(Embedded database). Persistence.xml

<persistence xmlns="http://java.sun.com/xml/ns/persistence"
    version="1.0">

    <persistence-unit name="DefaultPersistenceUnit"
  ...