├── .gitignore ├── LICENSE ├── README.md ├── WorkInProgress.md └── jdbc-to-spring-jdbc-to-jpa.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/HibernateJPAStepByStep/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/HibernateJPAStepByStep/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/HibernateJPAStepByStep/HEAD/README.md -------------------------------------------------------------------------------- /WorkInProgress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/HibernateJPAStepByStep/HEAD/WorkInProgress.md -------------------------------------------------------------------------------- /jdbc-to-spring-jdbc-to-jpa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/in28minutes/HibernateJPAStepByStep/HEAD/jdbc-to-spring-jdbc-to-jpa.md --------------------------------------------------------------------------------