| Interface | Description |
|---|---|
| IQuery |
This class represent a query object to find the query to be performed and
your parameters like: query parameters, offset and max objects to return.
|
| IRepository<T> |
Main interface to persistent a collections-like objects.
|
| ISqlNameStrategy |
A set of rules for determining the query name to a set of methods (get, list,
add, remove, update) from IRepository that don't have a query object as
parameter.
|
| Class | Description |
|---|---|
| DefaultSqlNameStrategy | |
| Query |
Copyright © 2015 jkniv. All rights reserved.