Package | Description |
---|---|
play.db | |
play.db.c3p0 | |
play.db.hikaricp | |
play.db.jpa |
Modifier and Type | Method and Description |
---|---|
javax.sql.DataSource |
DataSourceFactory.createDataSource(Configuration dbConfig) |
protected DataSourceFactory |
DBPlugin.factory(Configuration dbConfig) |
Modifier and Type | Method and Description |
---|---|
javax.sql.DataSource |
C3P0DataSourceFactory.createDataSource(Configuration dbConfig) |
Modifier and Type | Method and Description |
---|---|
javax.sql.DataSource |
HikariDataSourceFactory.createDataSource(Configuration dbConfig) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
JPAPlugin.getDefaultDialect(Configuration dbConfig,
java.lang.String driver) |
protected javax.persistence.EntityManagerFactory |
JPAPlugin.newEntityManagerFactory(java.lang.String dbName,
Configuration dbConfig) |
protected PersistenceUnitInfoImpl |
JPAPlugin.persistenceUnitInfo(java.lang.String dbName,
Configuration dbConfig) |
protected java.util.Properties |
JPAPlugin.properties(java.lang.String dbName,
Configuration dbConfig) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly