We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.data.util.sqlcontainer.
Package com.vaadin.data.util.sqlcontainer
Class Summary | |
---|---|
ColumnProperty | ColumnProperty represents the value of one column in a RowItem. |
ReadOnlyRowId | |
RowId | RowId represents identifiers of a single database result set row. |
RowItem | RowItem represents one row of a result set obtained from a QueryDelegate. |
SQLContainer | |
SQLUtil | |
TemporaryRowId |
Exception Summary | |
---|---|
OptimisticLockException | An OptimisticLockException is thrown when trying to update or delete a row that has been changed since last read from the database. |