Constant Field Values
Contents
org.hibernate.*
-
org.hibernate.reactive.it.techempower.VertxServer Modifier and Type Constant Field Value public static final String
DB_NAME
"hreact"
public static final String
IMAGE_NAME
"postgres:15-bullseye"
public static final String
PASSWORD
"hreact"
public static final String
USERNAME
"hreact"
public static final int
VERTICLE_INSTANCES
10
-
org.hibernate.reactive.it.techempower.WorldVerticle Modifier and Type Constant Field Value public static final int
HTTP_PORT
8088
-
org.hibernate.reactive.it.verticle.ProductVerticle Modifier and Type Constant Field Value public static final int
HTTP_PORT
8088
-
org.hibernate.reactive.it.verticle.VertxServer Modifier and Type Constant Field Value public static final String
DB_NAME
"hreact"
public static final String
IMAGE_NAME
"postgres:16.3"
public static final String
PASSWORD
"hreact"
public static final String
USERNAME
"hreact"
-
org.hibernate.reactive.provider.Settings Modifier and Type Constant Field Value public static final String
POOL_CLEANER_PERIOD
"hibernate.vertx.pool.cleaner_period"
public static final String
POOL_CONNECT_TIMEOUT
"hibernate.vertx.pool.connect_timeout"
public static final String
POOL_IDLE_TIMEOUT
"hibernate.vertx.pool.idle_timeout"
public static final String
POOL_MAX_WAIT_QUEUE_SIZE
"hibernate.vertx.pool.max_wait_queue_size"
public static final String
PREPARED_STATEMENT_CACHE_MAX_SIZE
"hibernate.vertx.prepared_statement_cache.max_size"
public static final String
PREPARED_STATEMENT_CACHE_SQL_LIMIT
"hibernate.vertx.prepared_statement_cache.sql_limit"
public static final String
SQL_CLIENT_POOL
"hibernate.vertx.pool.class"
public static final String
SQL_CLIENT_POOL_CONFIG
"hibernate.vertx.pool.configuration_class"