Class PostgreSQLConfigAutoCustomizer
- java.lang.Object
-
- io.rxmicro.data.sql.r2dbc.postgresql.detail.PostgreSQLConfigAutoCustomizer
-
public abstract class PostgreSQLConfigAutoCustomizer extends Object
- Since:
- 0.7
- Author:
- nedis
-
-
Field Summary
Fields Modifier and Type Field Description static String
POSTGRES_SQL_CONFIG_AUTO_CUSTOMIZER_CLASS_NAME
-
Constructor Summary
Constructors Modifier Constructor Description protected
PostgreSQLConfigAutoCustomizer()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected static void
customizeTheCurrentPostgreSQLConfig(PostgreSQLConfigAutoCustomizer customizer)
abstract Map<String,Class<? extends Enum<?>>>
getEnumMapping()
-
-
-
Field Detail
-
POSTGRES_SQL_CONFIG_AUTO_CUSTOMIZER_CLASS_NAME
public static final String POSTGRES_SQL_CONFIG_AUTO_CUSTOMIZER_CLASS_NAME
-
-
Method Detail
-
customizeTheCurrentPostgreSQLConfig
protected static void customizeTheCurrentPostgreSQLConfig(PostgreSQLConfigAutoCustomizer customizer)
-
-