Package de.tsl2.nano.persistence
Class H2DatabaseTool
java.lang.Object
de.tsl2.nano.persistence.H2DatabaseTool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidreplaceKeyWords(Persistence persistence) as WORKAROUND on H2 database not creating a table if contains any KEYWORD.static StringreplaceKeyWords(String ddl)
-
Field Details
-
DEFAULT_REPLACE_POSTFIX
- See Also:
-
-
Constructor Details
-
H2DatabaseTool
public H2DatabaseTool()
-
-
Method Details
-
replaceKeyWords
as WORKAROUND on H2 database not creating a table if contains any KEYWORD. As the solution in ant-file mda.xml does not work, we do the workaround twice here! -
replaceKeyWords
-