varioush / krank

Automatically exported from code.google.com/p/krank
0 stars 0 forks source link

Persistable JPA query components #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Not a problem but a feature request...

Our use case is to create a query builder that supports the creation and
editing of arbitrary data filters.

Krank looks ideal to create the query objects using the criteria objects
and then to execute the JPA queries.  The missing link for us is the
ability to persist the criteria objects themselves to a database for future
execution /modification.

The criteria classes 'implement serializable' so there seems some matching
intent there.

We are willing to produce the code as long as you guys think it is valid
and would be useful - or you haven't already got a private branch with it
working ;-)

All the best

Ray

Original issue reported on code.google.com by Ray.McDe...@gmail.com on 27 Mar 2008 at 11:10