Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.pool.ReadConnectionPoolConfig
-
Packages that use ReadConnectionPoolConfig Package Description org.eclipse.persistence.internal.sessions.factories org.eclipse.persistence.internal.sessions.factories.model.pool -
-
Uses of ReadConnectionPoolConfig in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type ReadConnectionPoolConfig Modifier and Type Method Description protected ConnectionPoolSessionsFactory. buildReadConnectionPoolConfig(ReadConnectionPoolConfig poolConfig, ServerSession serverSession)INTERNAL: Build a read connection pool from the config to store on the server session. -
Uses of ReadConnectionPoolConfig in org.eclipse.persistence.internal.sessions.factories.model.pool
Methods in org.eclipse.persistence.internal.sessions.factories.model.pool that return ReadConnectionPoolConfig Modifier and Type Method Description ReadConnectionPoolConfigPoolsConfig. getReadConnectionPoolConfig()Methods in org.eclipse.persistence.internal.sessions.factories.model.pool with parameters of type ReadConnectionPoolConfig Modifier and Type Method Description voidPoolsConfig. setReadConnectionPoolConfig(ReadConnectionPoolConfig readConnectionPoolConfig)
-