csnemeti / fim

Free issue manager
Apache License 2.0
0 stars 0 forks source link

Enhance Generic DAO #72

Open csnemeti opened 10 years ago

csnemeti commented 10 years ago

Additional methods foun in JpaRepository could be added here. See this: https://github.com/spring-projects/spring-data-jpa/blob/master/src/main/java/org/springframework/data/jpa/repository/support/SimpleJpaRepository.java

csnemeti commented 9 years ago

It looks like we already have all except batch methods (not in the MUST list) and a deleteAll() method is necessary...