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