| Package | Description |
|---|---|
| de.xima.fc.db |
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
|
| de.xima.fc.entities |
Package für Datenbankentitäten
|
| de.xima.fc.gui.bean.application | |
| de.xima.fc.gui.bean.settings | |
| de.xima.fc.interfaces.plugin.retval.entities | |
| de.xima.fc.jpa | |
| de.xima.fc.jpa.manager | |
| de.xima.fc.mdl.db | |
| de.xima.fc.mdl.enums |
Enummerationen die unter anderem innerhalb von Modellklassen referenziert werden.
|
| de.xima.fc.plugin.models.retval.entities |
| Modifier and Type | Method and Description |
|---|---|
static EDatenbankTyp |
DatabasePropertiesHelper.getConnectionDBMSType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabasePropertiesHelper.storeConnectionData(EDatenbankTyp dbms,
String jdbcUrl,
String loginName,
String loginPwd,
int maxConnections,
int connectionTimeout) |
| Modifier and Type | Method and Description |
|---|---|
EDatenbankTyp |
DatenbankZugriff.getDatenbankTyp() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatenbankZugriff.setDatenbankTyp(EDatenbankTyp datenbanktyp) |
| Modifier and Type | Method and Description |
|---|---|
EDatenbankTyp[] |
EnumBean.getEDatenbankTyp() |
EDatenbankTyp[] |
EnumBean.getESystemDatenbankTypen() |
| Modifier and Type | Method and Description |
|---|---|
EDatenbankTyp |
DbSettingsBean.getDBType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbSettingsBean.setDBType(EDatenbankTyp dbType) |
| Modifier and Type | Method and Description |
|---|---|
default EDatenbankTyp |
IPluginEntitiesConnectionRetVal.getDatabaseType()
Different database management systems behave slightly differently, so we need to know about which type of database
we are connecting to.
|
| Modifier and Type | Method and Description |
|---|---|
EDatenbankTyp |
IEMFactory.getDBType() |
| Modifier and Type | Method and Description |
|---|---|
static EDatenbankTyp |
EMProvider.getCurrentDBTyp() |
EDatenbankTyp |
InternalEMFactory.getDBType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
InternalEMFactory.setDefaultPersistenceProperties(Map<? super String,? super String> properties,
EDatenbankTyp dbms) |
| Modifier and Type | Method and Description |
|---|---|
EDatenbankTyp |
DBConnectionData.getDbms() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBConnectionData.setDbms(EDatenbankTyp dbms) |
| Constructor and Description |
|---|
DBConnectionData(EDatenbankTyp dbms,
String jdbcUrl,
String loginName,
String loginPwd,
int maxConnections,
int connectionTimeout) |
| Modifier and Type | Method and Description |
|---|---|
static EDatenbankTyp |
EDatenbankTyp.getByDriver(String driver) |
static EDatenbankTyp |
EDatenbankTyp.getByShortname(String shortname) |
static EDatenbankTyp |
EDatenbankTyp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDatenbankTyp[] |
EDatenbankTyp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EDatenbankTyp |
PluginEntitiesConnectionRetVal.getDatabaseType() |
| Constructor and Description |
|---|
PluginEntitiesConnectionRetVal(boolean useSystemDatabase,
EDatenbankTyp databaseType,
DataSource dataSource,
Map<String,Object> additionalProperties) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.