A C G I P R S V 
All Classes All Packages

A

AbstractPostgreSQLRepository - Class in io.rxmicro.data.sql.r2dbc.postgresql.detail
Used by generated code that was created by RxMicro Annotation Processor
AbstractPostgreSQLRepository(Class<?>) - Constructor for class io.rxmicro.data.sql.r2dbc.postgresql.detail.AbstractPostgreSQLRepository
 
addOption(String, String) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 

C

configNameSpace() - Method in annotation type io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLRepository
Returns the config namespace for the current repository
createPostgreSQLRepository(String, Function<ConnectionPool, T>) - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.detail.PostgreSQLRepositoryFactory
 

G

getConnectionDecorator() - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
Returns the Optional connection decorator function.
getConnectionString() - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
getPostgreSQLConnectionFactory() - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLClientFactory
Returns the instance of the ConnectionFactory that is bound to config with the default namespace
getPostgreSQLConnectionFactory(String) - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLClientFactory
Returns the instance of the ConnectionFactory that is bound to config with the requested namespace
getPostgreSQLConnectionPool() - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLClientFactory
Returns the instance of the ConnectionPool that is bound to config with the default namespace
getPostgreSQLConnectionPool(String) - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLClientFactory
Returns the instance of the ConnectionPool that is bound to config with the requested namespace

I

io.rxmicro.data.sql.r2dbc.postgresql - package io.rxmicro.data.sql.r2dbc.postgresql
 
io.rxmicro.data.sql.r2dbc.postgresql.detail - package io.rxmicro.data.sql.r2dbc.postgresql.detail
 
io.rxmicro.data.sql.r2dbc.postgresql.local - package io.rxmicro.data.sql.r2dbc.postgresql.local
 

P

PartialImplementation - Annotation Type in io.rxmicro.data.sql.r2dbc.postgresql
If the PostgreSQL data repository generated by the RxMicro Annotation Processor contains errors, incorrect or non-optimized logic, the developer can use the Partial Implementation feature.
POSTGRESQL_OPERATION_ANNOTATIONS - Static variable in class io.rxmicro.data.sql.r2dbc.postgresql.local.PostgreSQLOperations
 
PostgreSQLClientFactory - Class in io.rxmicro.data.sql.r2dbc.postgresql
Utility class that must be used to get an instance of the ConnectionFactory or ConnectionPool integrated to the RxMicro framework.
PostgreSQLConfig - Class in io.rxmicro.data.sql.r2dbc.postgresql
Allows configuring Postgre SQL DB pool options.
PostgreSQLConfig() - Constructor for class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
Creates a Postgre SQL config instance with default settings
PostgreSQLOperations - Class in io.rxmicro.data.sql.r2dbc.postgresql.local
 
PostgreSQLRepository - Annotation Type in io.rxmicro.data.sql.r2dbc.postgresql
Denotes that an interface is a dynamic generated PostgreSQL data repository.
PostgreSQLRepositoryFactory - Class in io.rxmicro.data.sql.r2dbc.postgresql.detail
Used by generated code that was created by RxMicro Annotation Processor

R

replaceUniversalPlaceholder(String) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.detail.AbstractPostgreSQLRepository
 
rxmicro.data.sql.r2dbc.postgresql - module rxmicro.data.sql.r2dbc.postgresql
The module to work with dynamic repositories for interaction with PostgreSQL DB using the Reactive Relational Database Connectivity (R2DBC).

S

setAcquireRetry(int) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setConnectionDecorator(Function<Connection, Connection>) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
Sets the connection decorator function.
setConnectTimeout(Duration) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setDatabase(String) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setHost(String) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setInitialSize(int) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setMaxAcquireTime(Duration) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setMaxCreateConnectionTime(Duration) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setMaxIdleTime(Duration) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setMaxLifeTime(Duration) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setMaxSize(int) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setPassword(CharSequence) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setPort(int) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setUser(String) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 
setValidationQuery(String) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
 

V

value() - Method in annotation type io.rxmicro.data.sql.r2dbc.postgresql.PartialImplementation
Returns the abstract repository class, which contains a partial or a full implementation of the data repository
A C G I P R S V 
All Classes All Packages