fuzzydb icon indicating copy to clipboard operation
fuzzydb copied to clipboard

Implement GORM-style dynamic finders

Open nealeu opened this issue 14 years ago • 0 comments

Spring Data Commons supports dynamic finders for extenders of Repository.

We should consider whether this is a valid goal for a simpler API.

The existing query infrasstructure via the com.wwm.expression package would probably be used under the hood.

See http://static.springsource.org/spring-data/data-jpa/docs/1.0.0.M1/reference/html/ for how it's used with JPA

nealeu avatar Apr 25 '11 21:04 nealeu