| 接口 | 说明 |
|---|---|
| Bootstrap |
Boot device,There are several patterns
Bootstrap.createSQL(String) :Write the Sql statement directly
Bootstrap.query(Object) :Operation object instance for addition/deletion/modification (batch operation)
Bootstrap.queryPk(Class, Object) : Operation entity type for primary key operation
Bootstrap.queryTable(String) :Direct operation table for query/delete/modification
Bootstrap.queryMap(String, Map): Manipulate map modifications/inserts
|
| Handel |
Pipeline processor
|
| PipelineFactory |
Pipe factory
|
| QueryEntity |
Custom table operations
@author LazyToShow
Date: 2017/10/21
Time: 23:19
|
| QueryMap | |
| QueryPK<T> |
The primary key operation
|
| QuerySql |
This will operate the SQL statement as you normally would
|
| QueryTable | |
| QueryUpdate |
QueryEn's derivative interface for handling modification operations,
Used to add conditions to the modified operation
|
| Stream | |
| TypeIdentifier |
Copyright © 2023. All rights reserved.