JPA Example with Lazy Query Container

Added simple read only JPA example code to Lazy Query Container add-on page:


http://vaadin.com/directory#addon/lazy-query-container

This example is very easy to extend to add support for editing.

-Tommi

The page contains now also editable table JPA example. The level of control provided by custom implemented queries allows lot of flexibility in forming of the table rows. For example joining multiple JPA objects to the same row can be done by converting them to and from PropertysetItems in the query implementation.

-Tommi

hello,
have a quick question: can i use LazyQueryContainer, with my specific dao implementation, withouth the QUeryFactory implementers?
in other words, i would like to stick and use this plugin only for the lazy loading feature, and build my Criteria Queries independently of LazyQueryContainer.
cheers