All notable changes to this project will be documented in this file.
- Examples for Hibernate/spring data JPA.
- CRUD methods for persons to hibernate-jdbc-template examples project.
- CRUD methods for phones to hibernate-jdbc-template examples project.
- The phone service create execution - up person age to 16.
- The custom constraint and validation of phone owner age value to hibernate-jpa examples project.
- The find method for phones to hibernate-jpa examples project.
- The delete method for phones to hibernate-jpa examples project.
- The find service execution method to hibernate-jpa examples project.
- The update service execution method to hibernate-jpa examples project.
- The delete service execution method to hibernate-jpa examples project.
- The update method for phones to hibernate-jpa examples project.
- Initial project commit with ACTIVE JDBC examples.