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.query.
Package com.vaadin.data.util.sqlcontainer.query
-
Interface Summary Interface Description FreeformQueryDelegate FreeformStatementDelegate FreeformStatementDelegate is an extension to FreeformQueryDelegate that provides definitions for methods that produce StatementHelper objects instead of basic query strings.
QueryDelegate QueryDelegate.RowIdChangeEvent An
Event
object specifying the old and new RowId of an added item after the addition has been successfully committed.QueryDelegate.RowIdChangeListener RowId change listener interface.
QueryDelegate.RowIdChangeNotifier The interface for adding and removing
RowIdChangeEvent
listeners. -
Class Summary Class Description AbstractTransactionalQuery Common base class for database query classes that handle connections and transactions.
FreeformQuery OrderBy OrderBy represents a sorting rule to be applied to a query made by the SQLContainer's QueryDelegate.
TableQuery TableQuery.RowIdChangeEvent Simple RowIdChangeEvent implementation.