C D E F H I M N O P R S T U V
C
- Column - net.benpl.r2dbc.annotation中的注释类型
-
Maps an attribute to a database column.
- count(Class<T>) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Returns the number of entities available.
D
- delete(T) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Deletes the given entity.
- deleteAll(List<T>) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Deletes the given entities.
- deleteAll(Class<T>) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Deletes all entities.
- deleteById(Class<T>, Object) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Deletes the entity with the given id.
E
- execute(String, Object...) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Executes SQL with given parameters.
- existsById(Class<T>, Object) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Returns whether an entity with the id exists.
F
- findAll(Class<T>) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Returns all instances of the type.
- findById(Class<T>, Object) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Retrieves an entity by its id.
H
- H2 - net.benpl.r2dbc.support中的类
-
H2 Adaptation.
- H2(DatabaseClient) - 类 的构造器net.benpl.r2dbc.support.H2
-
I
- IdClass - net.benpl.r2dbc.annotation中的注释类型
-
Refers to the composite primary key.
M
- Mssql - net.benpl.r2dbc.support中的类
-
MS SQL-Server Adaptation.
- Mssql(DatabaseClient) - 类 的构造器net.benpl.r2dbc.support.Mssql
-
- Mysql - net.benpl.r2dbc.support中的类
-
MySQL Adaptation.
- Mysql(DatabaseClient) - 类 的构造器net.benpl.r2dbc.support.Mysql
-
N
- net.benpl.r2dbc - 程序包 net.benpl.r2dbc
-
- net.benpl.r2dbc.annotation - 程序包 net.benpl.r2dbc.annotation
-
- net.benpl.r2dbc.exception - 程序包 net.benpl.r2dbc.exception
-
- net.benpl.r2dbc.support - 程序包 net.benpl.r2dbc.support
-
O
- of(DatabaseClient, Type) - 接口 中的静态方法net.benpl.r2dbc.R2dbc
-
Initializes a
R2dbc instance.
P
- Postgres - net.benpl.r2dbc.support中的类
-
PostgreSQL Adaptation.
- Postgres(DatabaseClient) - 类 的构造器net.benpl.r2dbc.support.Postgres
-
R
- R2dbc - net.benpl.r2dbc中的接口
-
- R2dbcException - net.benpl.r2dbc.exception中的异常错误
-
- R2dbcException(String) - 异常错误 的构造器net.benpl.r2dbc.exception.R2dbcException
-
- R2dbcException(String, Throwable) - 异常错误 的构造器net.benpl.r2dbc.exception.R2dbcException
-
- R2dbcException(Throwable) - 异常错误 的构造器net.benpl.r2dbc.exception.R2dbcException
-
S
- save(T) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Saves a given entity.
- select(Class<T>, String, Object...) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Performs SELECT operation with given SQL and parameters.
T
- Table - net.benpl.r2dbc.annotation中的注释类型
-
Maps a class to a database table.
- Type - net.benpl.r2dbc中的枚举
-
U
- update(String, Object...) - 接口 中的方法net.benpl.r2dbc.R2dbc
-
Performs DELETE/UPDATE/...
V
- valueOf(String) - 枚举 中的静态方法net.benpl.r2dbc.Type
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法net.benpl.r2dbc.Type
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
C D E F H I M N O P R S T U V
Copyright © 2019. All rights reserved.