|
Liferay 7.0-ga1 portal-kernel | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBType | |
|---|---|
| com.liferay.portal.kernel.dao.db | |
| com.liferay.portal.kernel.upgrade.dao.orm | |
| Uses of DBType in com.liferay.portal.kernel.dao.db |
|---|
| Methods in com.liferay.portal.kernel.dao.db that return DBType | |
|---|---|
DBType |
DBFactory.getDBType()
|
DBType |
DB.getDBType()
|
DBType |
DBManager.getDBType(Object dialect)
|
static DBType |
DBManagerUtil.getDBType(Object dialect)
|
static DBType |
DBType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DBType[] |
DBType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.liferay.portal.kernel.dao.db with parameters of type DBType | |
|---|---|
DB |
DBManager.getDB(DBType dbType,
DataSource dataSource)
|
static DB |
DBManagerUtil.getDB(DBType dbType,
DataSource dataSource)
|
static void |
DBManagerUtil.setDB(DBType dbType,
DataSource dataSource)
|
| Uses of DBType in com.liferay.portal.kernel.upgrade.dao.orm |
|---|
| Methods in com.liferay.portal.kernel.upgrade.dao.orm that return DBType | |
|---|---|
DBType |
UpgradeOptimizedConnectionProvider.getDBType()
|
| Methods in com.liferay.portal.kernel.upgrade.dao.orm with parameters of type DBType | |
|---|---|
UpgradeOptimizedConnectionProvider |
UpgradeOptimizedConnectionProviderRegistry.getUpgradeOptimizedConnectionProvider(DBType dbType)
|
static UpgradeOptimizedConnectionProvider |
UpgradeOptimizedConnectionProviderRegistryUtil.getUpgradeOptimizedConnectionProvider(DBType dbType)
|
|
Liferay 7.0-ga1 portal-kernel | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||