Lazy Query Container - Vaadin Add-on Directory
Lazy Query Container addon provides container with support for normal reads and lazy loading reads from sources like WebService client, JDBC connection, JPA context, NoSQL database or Java services.Sources at Github
Discussion Forum
Wiki Page
Usage Examples
Lazy Query Container version 1.0.0
First release.
Lazy Query Container version 1.0.1
Easier construction, more JavaDoc comments and debug properties for viewing query statistics.
Lazy Query Container version 1.1.0
Added buffered edit functionality and status column generator for visual tracking of row states. Kudos to Volker Krebs for providing ideas and code sparring to this extension.
Lazy Query Container version 1.1.1
New rows are now added to the beginning. Kudos to Volker Krebs for contributing this change.
Lazy Query Container version 1.1.2
New rows are now added to the beginning. Kudos to Volker Krebs for contributing this change.
Lazy Query Container version 1.1.3
Updated icon loading of row status column generator to work in custom applications located in different packages. Improved cache handling to avoid evicting edited rows from cache.
Lazy Query Container version 1.1.4
Fixed cache eviction of removed rows. Added CompositeItem class for combining several items to single item to allow for example use of debug properties with BeanItem.
Lazy Query Container version 1.1.5
Added generics JpaQueryFactory implementation to enable easy use with JPA. See example and Wiki page for details. Only application managed transactions are supported currently. If you need to use transaction manager please request support to be added in LQC forum or issue tracker.
Lazy Query Container version 1.1.6
Added support for selecting whether application managed or container managed transactions are used with JpaQueryFactory.
Lazy Query Container version 1.1.7
Added BeanQueryFactory and AbstractBeanQuery for faster implementation of queries with JavaBeans as value objects. See Wiki page for details.
Lazy Query Container version 1.1.8
Replaced AbstractBeanQuery default constructor with properly parametrized constructor so that implementations can use constructor to initialize for example SQL select queries for all loadBeans() invocations.
Lazy Query Container version 1.1.9
Fixed:
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/#issue/3
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/#issue/4
Lazy Query Container version 1.2.0
1) Renamed DefaultQueryDefinition to LazyQueryDefinition.
2) Added EntityContainer with support for setting where PSQL criteria and corresponding parameter map.
3) Deprecated JpaQueryFactory and JpaQuery.
Lazy Query Container version 1.2.1
Fixed size to be read only once per query with JPA.
Lazy Query Container version 1.2.2
Fixed:
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/#issue/5
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/#issue/6
Lazy Query Container version 1.2.3
Fixed: https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed#issue/6
Lazy Query Container version 1.2.4
Changes related to Transactional Container Vaadin addon.
Lazy Query Container version 1.2.5
Features:
Added possibility to choose whether entities are detached from persistence context when EntityContainer loads them and whether they are symmetrically reattached.
Fixed:
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed/#issue/9
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed/#issue/10
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed/#issue/11
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed/#issue/12
Lazy Query Container version 1.2.6
Added features:
* QueryView has now methods for accessing added, modified and removed items.
Fixed issues:
* https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/#issue/13
Lazy Query Container version 1.2.7
Fixed:
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed/#issue/14
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed/#issue/14
Lazy Query Container version 1.2.8
Fixed: https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/closed/#issue/16
Lazy Query Container version 1.2.9
Fixed bugs:
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/18
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/19
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/20
Lazy Query Container version 1.2.11
Fixed https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/23.
Lazy Query Container version 1.3.0
Kudos to fatroom for adding Vaadin version 7 support.
Please report bugs and problems.
Lazy Query Container version 1.3.1
Switched pom Java version to 1.7. Moved root pom to root folder. Set root pom as parent to the child poms and moved shared definitions to root pom. Updated Cobertura and Checkstyle maven plugin versions. Updated checkstyle checks.xml. Reformatted source code files. Fixed a bug which caused examples to throw exception with Vaadin 7.0.3.
Lazy Query Container version 2.0.0
- Added support for Vaadin Container filtering feature.
- Update Query interface to support better Container filtering.
- Implemented EntityContainer to use Vaadin Container filtering and internally JPA 2.0 Criteria AP.
- Renamed EntityContainer to LazyEntityContainer.
- Added QueryContainer and EntityContainer which can be used in non lazy manner with same query backend as LCQs.
- Added supported for using item property as ID in container in addition to Index based IDs.
- Brushed up Container constructors so that different container implementations have similar logic in constructor parameter ordering.
- Fixed open bugs.
Lazy Query Container version 2.0.1
Fixed the pom to not have parent pom.
Lazy Query Container version 2.0.2
Added support for nested properties in Vaadin Filter to JPA Criteria 2.0 API conversion.
Lazy Query Container version 2.0.3
Exposed QueryDefinition default filter add and remove methods to directly to Container API.
Lazy Query Container version 2.0.4
Bug fixes.
Lazy Query Container version 2.0.5
Bug fix to filters. Conveniency getEntity method and EntityContainer compliant constructor to LazyEntityContainer.
Lazy Query Container version 2.0.6
Full nested property support. Earlier nested properties were only supported for filtering and sorting. Please note that you need to add explicitly nested properties to container and set max nested property depth to query definition to be greater than zero. Kudos to Eduardo Frazão for contributing to this feature.
Lazy Query Container version 2.0.7
Added null aggregate support to nested properties.
Lazy Query Container version 2.0.8
- Fixed #43 Since version 2.0.0 in Vaadin 7.0+ Table addItem throws IndexOutOfBoundsException.
- Pulled fix or #44 Between filter fix. There were used two end values for the comparison.
+++ Kudos to terramexx for this fix.
- Pulled fix for #45 nextItemId/prevItemId should return null instead of throwing IndexOutOfBoundsException.
+++ Kudos to Thomas Raehalme for this fix.
Lazy Query Container version 2.0.9
Applied fix for Vaadin LCQ container issue #46. Kudos to michaelhwalther.
Lazy Query Container version 2.1.0
Updated to Vaadin 7.1+
Lazy Query Container version 2.1.15
LazyIdList changed to be serializable (author: Michael Simons)
Lazy Query Container version 2.1.16
Updated Vaadin version and fixed javadoc warnings and errors.
Lazy Query Container version 7.3.3.6
- Changed versioning scheme to be 'vaadin-version.lzq-minor-version'.
- Fixed issues #64 and #61.
- Refactored out some deprecated code dependencies.
Lazy Query Container version 7.4.0.0
Updated dependencies:
* Updated Vaadin version to 7.4.0.
* Changed JPA API version to 2.1 and changed scope to provided.
* Removed log4j dependency.
Fixed issues:
* https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/66
* https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/69
Lazy Query Container version 7.4.0.1
Fixed refresh problem with grid sorting and filters. Fix contributed by Martin Vysny.
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/71
Lazy Query Container version 7.6.1.3
Bugs fixed:
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/79
https://github.com/tlaukkan/vaadin-lazyquerycontainer/issues/76