| 程序包 | 说明 |
|---|---|
| net.hasor.db.lambda |
提供单表的 CURD 能力,并提供 lambda 方式操作操作数据库。
|
| net.hasor.db.lambda.support.entity | |
| net.hasor.db.lambda.support.map |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
EntityDeleteOperation<T> |
interface |
EntityQueryOperation<T>
lambda Query for Entity.
|
interface |
EntityUpdateOperation<T> |
interface |
InsertOperation<T>
lambda Insert for Entity.
|
interface |
MapDeleteOperation
lambda Update for Entity.
|
interface |
MapQueryOperation
lambda Query for Map.
|
interface |
MapUpdateOperation |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DeleteLambdaForEntity<T>
提供 lambda update 能力,是 LambdaUpdate 接口的实现类。
|
class |
InsertLambdaForEntity<T>
提供 lambda insert 能力。
|
class |
SelectLambdaForEntity<T>
提供 lambda query 能力。
|
class |
UpdateLambdaForEntity<T>
提供 lambda update 能力,是 LambdaUpdate 接口的实现类。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DeleteLambdaForMap
提供 lambda update 能力,是 LambdaUpdate 接口的实现类。
|
class |
InsertLambdaForMap
提供 lambda insert 能力。
|
class |
SelectLambdaForMap
提供 lambda update 能力,是 LambdaUpdate 接口的实现类。
|
class |
UpdateLambdaForMap
提供 lambda update 能力,是 LambdaUpdate 接口的实现类。
|
Copyright © 2021–2022. All rights reserved.