nxbdi / hibernate_samples

Simple Hibernate samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hibernate with Spring Examples

The Hiber demo application is configured with Maven, see the pom.xml file for Maven dependency configuration.

The Hiber application depends on a local copy of PostgreSQL.

To change the database vendor, modify:
  - src/main/resources/META-INF/spring/database.properties - Server Connection Details
  - src/main/resources/META-INF/persistence.xml - Set the appropriate Hibernate Dialect


If you have any questions contact:
  Ken Rimple - krimple@chariotsolutions.com
  Gordon Dickens - gdickens@chariotsolutions.com

About

Simple Hibernate samples