working sheet of DAO implementations using spring and jpa (One implementation by branch)
genericDAO : Simple generic dao implementation using interfaces with entities
springData : Simple migration of genericDAO to use spring data with new naming convention (without interface on entities)
springDataCustomJpaRepository : Adding a custom repository to add generic methods on all repositories of the 'app'