| Interface | Description |
|---|---|
| AnnotationProvider<T extends Annotation> | |
| Chunk<T> | |
| PipeFunction |
Signature of the pipe function, use in the SQL statement.
|
| SpgeedDao |
Use this interface in order to have a class as dao.
|
| SpgeedMapper |
| Class | Description |
|---|---|
| ChunkArrayList<T> |
Use to paging result.
|
| ClassCreator |
Use to generate proxy for handling the SQL statement on each method from the
class contains annotation (select, update or script).
|
| PipeFunctions |
Default function that can be used in sql expression (${...}).
|
| Query |
Represents the statement which can be execute on the current transaction.
|
| QueryParser |
Parser to replace ${} by a right value (ie ?
|
| SpgeedUtils | |
| SqlSession |
Represents your connection and the transaction on the database.
|
Copyright © 2017–2019 CodeLutin. All rights reserved.