Class PooledConnectionJugglingPinFactory<P extends PooledConnection>
java.lang.Object
org.smallmind.persistence.sql.pool.PooledConnectionJugglingPinFactory<P>
- All Implemented Interfaces:
JugglingPinFactory<ConnectionPoolDataSource,P>
public class PooledConnectionJugglingPinFactory<P extends PooledConnection>
extends Object
implements JugglingPinFactory<ConnectionPoolDataSource,P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateJugglingPin(ConnectionPoolDataSource dataSource, Class<P> pooledConnectionClass)
-
Constructor Details
-
PooledConnectionJugglingPinFactory
public PooledConnectionJugglingPinFactory()
-
-
Method Details
-
createJugglingPin
public JugglingPin<P> createJugglingPin(ConnectionPoolDataSource dataSource, Class<P> pooledConnectionClass) - Specified by:
createJugglingPinin interfaceJugglingPinFactory<ConnectionPoolDataSource,P extends PooledConnection>
-