/JpaTest

Primary LanguageJava

Personal EDU only - Testing out JPA usage

Simple instructions to self...

  1. Install JBOSS Tools from Eclipse market
  2. Setup a maven project 2.1 add dependencies to maven config file (pom-xml)
  • hibernate entity manager 5.2.12
  • mysql connector
  1. Setup a DB, e.g. mysql
  2. Configure JPA:
  • file: persitent.xml
  • add config stuff to access database