static Sorm |
SormFactory.create(String jdbcUrl,
String user,
String password) |
|
static Sorm |
SormFactory.create(String jdbcUrl,
String user,
String password,
String configName) |
Create a Sorm object which uses DriverManager and the configurations
corresponding to the given configName.
|
static Sorm |
SormFactory.create(DataSource dataSource) |
|
static Sorm |
SormFactory.create(DataSource dataSource,
String configName) |
Create a Sorm object which uses DataSource and the configurations corresponding
to the given configName.
|
static Sorm |
SormFactory.create(ConnectionSource connectionSource) |
|
static Sorm |
SormFactory.create(ConnectionSource connectionSource,
String configName) |
Create a Sorm object which uses ConnectionSource and the configurations
corresponding to the given configName.
|
Sorm |
Sorm.createWith(String configName) |
Creates a Sorm object with the given config name.
|