Package | Description |
---|---|
org.boon.datarepo | |
org.boon.datarepo.impl | |
org.boon.datarepo.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
Repo<KEY,ITEM>
Repo, A Repo is like a DAO object or a Repository object.
|
Modifier and Type | Method and Description |
---|---|
SearchableCollection |
CollectionDecorator.searchCollection() |
Modifier and Type | Class and Description |
---|---|
class |
RepoDefault<KEY,ITEM>
Default Repo implementation.
|
class |
SearchableCollectionDefault<KEY,ITEM> |
Modifier and Type | Field and Description |
---|---|
protected SearchableCollection<KEY,ITEM> |
ObjectEditorDefault.query |
Modifier and Type | Method and Description |
---|---|
SearchableCollection<KEY,ITEM> |
ObjectEditorDefault.query() |
Modifier and Type | Method and Description |
---|---|
void |
FilterDefault.setSearchableCollection(SearchableCollection searchableCollection) |
void |
ObjectEditorDefault.setSearchableCollection(SearchableCollection searchableCollection) |
void |
RepoDefault.setSearchableCollection(SearchableCollection<KEY,ITEM> searchableCollection) |
Modifier and Type | Method and Description |
---|---|
void |
FilterComposer.setSearchableCollection(SearchableCollection searchableCollection) |
void |
RepoComposer.setSearchableCollection(SearchableCollection<KEY,ITEM> searchableCollection) |
void |
ObjectEditorComposer.setSearchableCollection(SearchableCollection<KEY,ITEM> searchableCollection) |