Directory

← Back

Universal Container

Universal Container for Google AppEngine, POJO, SQL

Author

Rating

The library provides the container for Google App Engine tables, POJO data, SQL databases. Many containers can be joined into a single container (a view container), which is similar to views in databases. Such view container provides the operation of deleting for only a single table or many tables, creation of new records in only one table or some tables simultaneously, updating records only in one table or in many tables simultaneously. Now there is a restriction: only inner joins or left outer joins are supported and the next tables must be joined to the previous tables only by its primary key, which must be of Long or Integer type. The container can be easily used with com.vaadin.ui.Table and supports the same interfaces as com.vaadin.data.util.sqlcontainer.SQLContainer, including sorting and filtering. All standard Vaadin filters can be used with this container. In addition, there are a lot of other filters in this library which were found useful in our big commercial project.

Compatibility

2.0.0
(24)
(23)
(22)
(21)
(20)
(19)
(18)
(17)
(16)
(15)
(14)
(13)
(12)
(11)
(10)
(8.10)
(8.9)
(8.8)
(8.7)
(8.6)
(8.5)
(8.4)
(8.3)
(8.2)
(8.1)
(8.0)
6.8-7.7Y
(6.7)
(6.6)
(6.5)
(6.4)
(6.3)
(6.2)
(6.1)
(6.0)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Added support for pojo data and sql databases.

Released
2012-12-15
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Vaadin 6.8+
Vaadin 7.0+
Browser
Browser Independent

Universal Container - Vaadin Add-on Directory

Universal Container for Google AppEngine, POJO, SQL Universal Container - Vaadin Add-on Directory
The library provides the container for Google App Engine tables, POJO data, SQL databases. Many containers can be joined into a single container (a view container), which is similar to views in databases. Such view container provides the operation of deleting for only a single table or many tables, creation of new records in only one table or some tables simultaneously, updating records only in one table or in many tables simultaneously. Now there is a restriction: only inner joins or left outer joins are supported and the next tables must be joined to the previous tables only by its primary key, which must be of Long or Integer type. The container can be easily used with com.vaadin.ui.Table and supports the same interfaces as com.vaadin.data.util.sqlcontainer.SQLContainer, including sorting and filtering. All standard Vaadin filters can be used with this container. In addition, there are a lot of other filters in this library which were found useful in our big commercial project.
Online