| Package | Description |
|---|---|
| net.sf.jkniv.sqlegance |
| Modifier and Type | Class and Description |
|---|---|
class |
Query |
| Modifier and Type | Method and Description |
|---|---|
T |
IRepository.get(IQuery query)
Get one object instance from repository using a query.
|
List<T> |
IRepository.list(IQuery query)
Get a set of objects from repository using a query.
|
<G> List<G> |
IRepository.list(IQuery query,
Class<G> c)
Get a set of objects 'G' from repository using a query.
|
int |
IRepository.remove(IQuery query)
Execute a query to remove one or many objects from repository.
|
int |
IRepository.update(IQuery query)
Up date by query many objects.
|
Copyright © 2015 jkniv. All rights reserved.