Modify ↓
Ticket #407 (new enhancement)
kauri-dbresouces-sample
| Reported by: | karel | Owned by: | jgou |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | modules/kauri-dbresources | Version: | |
| Keywords: | Cc: |
Description
(reported by sdm+svr)
List the current limitations of this module (see: http://www.kauriproject.org/docs-0_4/183-
kauri/308-kauri.html). Unable to do stuff like: find persons in city Ghent
(http://localhost:8888/data/person?q.address.city=gent&media=xml)
Attachments
Note: See
TracTickets for help on using
tickets.
Moved to 0.5
More difficult than it seems. You need to know the type of the property that you want to filter on, and you can only find that out via introspection since JPA 1 doesn't provide an API to inspect the mapping metadata. Possible ways round this: