public interface AliasView<Q> extends UpdatingView<Q,KeyAlias,String>
| Modifier and Type | Method and Description |
|---|---|
ResultCollection<KeyAlias> |
all() |
KeySource |
getSource() |
QueryResult<KeyAlias> |
retrieve(Q query)
Note that client who calls this should close the result.
|
QueryResult<KeyAlias> |
retrieve(String query)
Note that client who calls this should close the result.
|
add, add, remove, remove, removeById, removeByIds, update, updateuniqueResult, uniqueResultQueryResult<KeyAlias> retrieve(Q query)
ViewQueryResult<KeyAlias> retrieve(String query)
ViewKeySource getSource()
Copyright © 2019. All rights reserved.