Uses of Class
org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
-
Packages that use ConnectionPoolConfig Package Description org.eclipse.persistence.internal.sessions.factories org.eclipse.persistence.internal.sessions.factories.model.pool -
-
Uses of ConnectionPoolConfig in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type ConnectionPoolConfig Modifier and Type Method Description protected ConnectionPoolSessionsFactory. buildConnectionPoolConfig(ConnectionPoolConfig poolConfig, ServerSession serverSession)INTERNAL: Build a connection pool from the config to store on the server session.protected voidSessionsFactory. processConnectionPoolConfig(ConnectionPoolConfig poolConfig, ConnectionPool connectionPool, AbstractSession session)INTERNAL: Process the common elements from a ConnectionPoolConfigprotected voidSessionsFactory. processSequenceConnectionPoolConfig(ConnectionPoolConfig poolConfig, ServerSession serverSession)INTERNAL: Process a SequenceConnectionPoolConfig object. -
Uses of ConnectionPoolConfig in org.eclipse.persistence.internal.sessions.factories.model.pool
Subclasses of ConnectionPoolConfig in org.eclipse.persistence.internal.sessions.factories.model.pool Modifier and Type Class Description classReadConnectionPoolConfigINTERNAL:classWriteConnectionPoolConfigINTERNAL:Methods in org.eclipse.persistence.internal.sessions.factories.model.pool that return ConnectionPoolConfig Modifier and Type Method Description ConnectionPoolConfigPoolsConfig. getSequenceConnectionPoolConfig()Methods in org.eclipse.persistence.internal.sessions.factories.model.pool that return types with arguments of type ConnectionPoolConfig Modifier and Type Method Description Vector<ConnectionPoolConfig>PoolsConfig. getConnectionPoolConfigs()Methods in org.eclipse.persistence.internal.sessions.factories.model.pool with parameters of type ConnectionPoolConfig Modifier and Type Method Description voidPoolsConfig. addConnectionPoolConfig(ConnectionPoolConfig connectionPoolConfig)voidPoolsConfig. setSequenceConnectionPoolConfig(ConnectionPoolConfig sequenceConnectionPoolConfig)Method parameters in org.eclipse.persistence.internal.sessions.factories.model.pool with type arguments of type ConnectionPoolConfig Modifier and Type Method Description voidPoolsConfig. setConnectionPoolConfigs(Vector<ConnectionPoolConfig> connectionPoolConfigs)
-