Uses of Enum
de.xima.fc.mdl.enums.EDatenbankTyp
Packages that use EDatenbankTyp
Package
Description
Package mit allgemeinen Hilfsklassen für Datenbankzugriffe
Package für Datenbankentitäten
Commonly used enumeration that are mainly used in model classes.
-
Uses of EDatenbankTyp in de.xima.fc.db
Methods in de.xima.fc.db that return EDatenbankTypModifier and TypeMethodDescriptionstatic EDatenbankTyp
DatabasePropertiesHelper.getConnectionDBMSType()
Methods in de.xima.fc.db with parameters of type EDatenbankTypModifier and TypeMethodDescriptionstatic void
DatabasePropertiesHelper.storeConnectionData
(EDatenbankTyp dbms, String jdbcUrl, String loginName, String loginPwd, int maxConnections, int connectionTimeout) -
Uses of EDatenbankTyp in de.xima.fc.entities
Methods in de.xima.fc.entities that return EDatenbankTypMethods in de.xima.fc.entities with parameters of type EDatenbankTypModifier and TypeMethodDescriptionvoid
DatenbankZugriff.setDatenbankTyp
(EDatenbankTyp datenbanktyp) -
Uses of EDatenbankTyp in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return EDatenbankTypModifier and TypeMethodDescriptionEnumBean.getEDatenbankTyp()
EnumBean.getESystemDatenbankTypen()
-
Uses of EDatenbankTyp in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return EDatenbankTypModifier and TypeMethodDescriptionDbSettingsBean.getDBType()
Deprecated.UpdateBean.DbSettings.getDBType()
Methods in de.xima.fc.gui.bean.settings with parameters of type EDatenbankTypModifier and TypeMethodDescriptionvoid
DbSettingsBean.setDBType
(EDatenbankTyp dbType) Deprecated.void
UpdateBean.DbSettings.setDBType
(EDatenbankTyp dbType) -
Uses of EDatenbankTyp in de.xima.fc.interfaces.plugin.retval.entities
Methods in de.xima.fc.interfaces.plugin.retval.entities that return EDatenbankTypModifier and TypeMethodDescriptiondefault EDatenbankTyp
IPluginEntitiesConnectionRetVal.getDatabaseType()
Different database management systems behave slightly differently, so we need to know about which type of database we are connecting to. -
Uses of EDatenbankTyp in de.xima.fc.jpa
Methods in de.xima.fc.jpa that return EDatenbankTyp -
Uses of EDatenbankTyp in de.xima.fc.jpa.manager
Methods in de.xima.fc.jpa.manager that return EDatenbankTypModifier and TypeMethodDescriptionstatic EDatenbankTyp
EMProvider.getCurrentDBTyp()
InternalEMFactory.getDBType()
Methods in de.xima.fc.jpa.manager with parameters of type EDatenbankTypModifier and TypeMethodDescriptionstatic void
InternalEMFactory.setDefaultPersistenceProperties
(Map<? super String, ? super String> properties, EDatenbankTyp dbms) Applies the default settings for the configuration of apersistence unit
, such as the maximum number of connections, timeouts etc. -
Uses of EDatenbankTyp in de.xima.fc.mdl.db
Methods in de.xima.fc.mdl.db that return EDatenbankTypMethods in de.xima.fc.mdl.db with parameters of type EDatenbankTypConstructors in de.xima.fc.mdl.db with parameters of type EDatenbankTypModifierConstructorDescriptionDBConnectionData
(EDatenbankTyp dbms, String jdbcUrl, String loginName, String loginPwd, int maxConnections, int connectionTimeout) -
Uses of EDatenbankTyp in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EDatenbankTypModifier and TypeMethodDescriptionstatic EDatenbankTyp
EDatenbankTyp.getByDriver
(String driver) static EDatenbankTyp
EDatenbankTyp.getByShortname
(String shortname) static EDatenbankTyp
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.Methods in de.xima.fc.mdl.enums that return types with arguments of type EDatenbankTypModifier and TypeMethodDescriptionstatic Map<EDatenbankTyp,
Boolean> EDatenbankTyp.getDbDriverAvailability()
-
Uses of EDatenbankTyp in de.xima.fc.plugin.models.retval.entities
Methods in de.xima.fc.plugin.models.retval.entities that return EDatenbankTypConstructors in de.xima.fc.plugin.models.retval.entities with parameters of type EDatenbankTypModifierConstructorDescriptionPluginEntitiesConnectionRetVal
(boolean useSystemDatabase, EDatenbankTyp databaseType, DataSource dataSource, Map<String, Object> additionalProperties) -
Uses of EDatenbankTyp in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type EDatenbankTypModifier and TypeMethodDescriptionstatic DatenbankZugriff
EntityDummyFactory.dummyDBConnection
(String name, Mandant client, EDatenbankTyp type, String jdbcUrl)