A C D G I P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractPostgreSQLRepository - Class in io.rxmicro.data.sql.r2dbc.postgresql.detail
-
Used by generated code that created by the
RxMicro Annotation Processor
. - AbstractPostgreSQLRepository(Class<?>, ConnectionPool) - Constructor for class io.rxmicro.data.sql.r2dbc.postgresql.detail.AbstractPostgreSQLRepository
-
Creates an instance of
AbstractPostgreSQLRepository
type.
C
- configNameSpace() - Method in annotation type io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLRepository
-
Returns the config namespace for the current repository.
- connectionFactory - Variable in class io.rxmicro.data.sql.r2dbc.postgresql.detail.AbstractPostgreSQLRepository
-
Represents the connection factory.
- customizeTheCurrentPostgreSQLConfig(PostgreSQLConfigAutoCustomizer) - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.detail.PostgreSQLConfigAutoCustomizer
D
- DEFAULT_POSTGRESQL_PORT - Static variable in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
-
Default Postgre SQL port.
G
- getConnectionString() - Method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
- getEnumMapping() - Method in class io.rxmicro.data.sql.r2dbc.postgresql.detail.PostgreSQLConfigAutoCustomizer
- 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
-
The root package for the
rxmicro.data.sql.r2dbc.postgresql
module. - io.rxmicro.data.sql.r2dbc.postgresql.detail - package io.rxmicro.data.sql.r2dbc.postgresql.detail
-
Used by generated code that created by the
RxMicro Annotation Processor
. - 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. - POSTGRES_SQL_CONFIG_AUTO_CUSTOMIZER_CLASS_NAME - Static variable in class io.rxmicro.data.sql.r2dbc.postgresql.detail.PostgreSQLConfigAutoCustomizer
- 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
orConnectionPool
integrated to the RxMicro framework. - PostgreSQLConfig - Class in io.rxmicro.data.sql.r2dbc.postgresql
-
Allows configuring the environment specific configs for PostgreSQL database.
- PostgreSQLConfig() - Constructor for class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfig
-
Creates a Postgre SQL config instance with default settings.
- PostgreSQLConfigAutoCustomizer - Class in io.rxmicro.data.sql.r2dbc.postgresql.detail
- PostgreSQLConfigAutoCustomizer() - Constructor for class io.rxmicro.data.sql.r2dbc.postgresql.detail.PostgreSQLConfigAutoCustomizer
- PostgreSQLConfigCustomizer - Class in io.rxmicro.data.sql.r2dbc.postgresql
-
Allows configuring the application specific configs for PostgreSQL database driver (R2DBC driver).
- 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.
R
- registerPostgreSQLCodecs(CodecRegistrar...) - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfigCustomizer
-
Allows registering custom codecs.
- replaceUniversalPlaceholder(String) - Method in class io.rxmicro.data.sql.r2dbc.postgresql.detail.AbstractPostgreSQLRepository
-
Replaces the universal placeholders.
- 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>) - Static method in class io.rxmicro.data.sql.r2dbc.postgresql.PostgreSQLConfigCustomizer
-
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
- setOptions(Map<String, String>) - 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
T
- toString() - 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.
All Classes All Packages