| Package | Description |
|---|---|
| com.vaadin.data.util.sqlcontainer | |
| com.vaadin.data.util.sqlcontainer.query |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyRowId |
class |
TemporaryRowId |
| Modifier and Type | Method and Description |
|---|---|
RowId |
RowItem.getId() |
RowId |
OptimisticLockException.getRowId() |
| Constructor and Description |
|---|
OptimisticLockException(RowId rowId) |
OptimisticLockException(String msg,
RowId rowId) |
RowItem(SQLContainer container,
RowId id,
Collection<ColumnProperty> properties) |
| Modifier and Type | Method and Description |
|---|---|
RowId |
TableQuery.RowIdChangeEvent.getNewRowId() |
RowId |
QueryDelegate.RowIdChangeEvent.getNewRowId()
Gets the new, possibly database assigned RowId of the added row that
raised this event.
|
RowId |
TableQuery.RowIdChangeEvent.getOldRowId() |
RowId |
QueryDelegate.RowIdChangeEvent.getOldRowId()
Gets the old (temporary) RowId of the added row that raised this
event.
|
RowId |
TableQuery.storeRowImmediately(RowItem row)
Inserts the given row in the database table immediately.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.