|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowId | |
|---|---|
| com.vaadin.data.util.sqlcontainer | |
| com.vaadin.data.util.sqlcontainer.query | |
| Uses of RowId in com.vaadin.data.util.sqlcontainer |
|---|
| Subclasses of RowId in com.vaadin.data.util.sqlcontainer | |
|---|---|
class |
ReadOnlyRowId
|
class |
TemporaryRowId
|
| Methods in com.vaadin.data.util.sqlcontainer that return RowId | |
|---|---|
RowId |
RowItem.getId()
|
RowId |
OptimisticLockException.getRowId()
|
| Constructors in com.vaadin.data.util.sqlcontainer with parameters of type RowId | |
|---|---|
OptimisticLockException(RowId rowId)
|
|
OptimisticLockException(String msg,
RowId rowId)
|
|
RowItem(SQLContainer container,
RowId id,
Collection<ColumnProperty> properties)
|
|
| Uses of RowId in com.vaadin.data.util.sqlcontainer.query |
|---|
| Methods in com.vaadin.data.util.sqlcontainer.query that return RowId | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||