| Package | Description |
|---|---|
| org.beiter.michael.db |
Provides classes to obtain a JDBC database connection, for instance from JNDI or
from a connection pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Connection |
ConnectionFactory.getConnection(ConnectionProperties poolSpec)
Return a Connection instance from a pool that manages JDBC driver based connections.
|
static Connection |
ConnectionFactory.getConnection(String jndiName)
Return a Connection instance for a JNDI managed JDBC connection.
|
Copyright © 2014–2015 Michael Beiter