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 | 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.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.