resthub / resthub-spring-stack

RESThub Spring stack
http://resthub.org/spring-stack.html
Other
121 stars 66 forks source link

Add domain driven Search support #196

Closed manosbatsis closed 11 years ago

manosbatsis commented 11 years ago

I've implemented search for arbitrary entities for a 2tier and a 3tier stacks using Spring JPA Specifications and reflection to map HTTP search parameters to boolean, string, int, short, long, date, enum and many2one members extending org.springframework.data.domain.Persistable. I'm new to git but i should be able to patchup a pull request for 2.1 snapshot if you folks are interested.

sdeleuze commented 11 years ago

Nice, we are very interested. Could you send us a PR ?

manosbatsis commented 11 years ago

PR automatically opened #197 so I'm closing this one