Package | Description |
---|---|
de.fraunhofer.igd.klarschiff.service.init |
Das Package stellt einen Service zur Initalisierung der Datenbank bereit.
|
de.fraunhofer.igd.klarschiff.util |
Das Package stellt verschieden allgemeingültige Util-funktionen bereit, die an verschiedenen Stellen verwendet werden.
|
Modifier and Type | Field and Description |
---|---|
(package private) SqlScriptUtil.State |
InitializeService.executeSqlScriptDbLink
Legt fest, wie die Ausführung des SQL-Scriptes zur Initialisierung des DbLink mit Trigger und
Triggerfunktionen für die Synchronisystion der Frontend- und BackendDB ausgeführt werden soll.
|
(package private) SqlScriptUtil.State |
InitializeService.executeSqlScriptFrontendDb |
Modifier and Type | Method and Description |
---|---|
SqlScriptUtil.State |
InitializeService.getExecuteSqlScriptDbLink() |
SqlScriptUtil.State |
InitializeService.getExecuteSqlScriptFrontendDb() |
Modifier and Type | Method and Description |
---|---|
void |
InitializeService.setExecuteSqlScriptDbLink(SqlScriptUtil.State executeSqlScriptDbLink) |
void |
InitializeService.setExecuteSqlScriptFrontendDb(SqlScriptUtil.State executeSqlScriptFrontendDb) |
Modifier and Type | Field and Description |
---|---|
private SqlScriptUtil.State |
SqlScriptUtil.state |
Modifier and Type | Method and Description |
---|---|
static SqlScriptUtil.State |
SqlScriptUtil.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlScriptUtil.State[] |
SqlScriptUtil.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SqlScriptUtil.executeSqlScript(org.hibernate.Session session,
String sqlScript,
SqlScriptUtil.State state)
Führt ein SQL-Script aus.
|
Constructor and Description |
---|
SqlScriptUtil(String sqlScript,
SqlScriptUtil.State state)
Initialisierung
|
Copyright © 2019. All rights reserved.