See: Description
Class | Description |
---|---|
DataProvider<BO extends EntityWithSurrogateKey> |
A simple data provider to provide a collection of all registered
instances of the given BO.
|
DependentDataProvider<BO extends EntityWithSurrogateKey> |
A data provider to provide a collection of all registered instances of the
given BO, which are associated with BO with the given id through the column
given by name.
|
DependentSortableDataProvider<BO extends EntityWithSurrogateKey> |
TODO: change doc to adhere to the fact that the following is no longer
true (e.g.
|
DetachableModel<BO extends EntityWithSurrogateKey> |
A BO encapsulated into a loadable detachable model.
|
GenericSortableDataProvider<BO extends EntityWithSurrogateKey> |
A data provider to provide a collection of all registered instances of the
given BO, sorted by values in a column given by name.
|
Copyright © 2013. All Rights Reserved.