@groovy.transform.CompileStatic class H2ServerToolFactory extends java.lang.Object implements ToolFactory<Server>
Initializes H2 Database server if any datasource is configured to use H2.
Modifiers | Name | Description |
---|---|---|
protected ExecutionContextFactoryImpl |
ecfi |
|
protected org.h2.tools.Server |
h2Server |
|
protected static org.slf4j.Logger |
logger |
Constructor and description |
---|
H2ServerToolFactory
() Default empty constructor |
Type Params | Return Type | Name and description |
---|---|---|
|
org.h2.tools.Server |
getInstance(java.lang.Object[] parameters) |
|
void |
init(ExecutionContextFactory ecf) |
|
void |
postFacadeDestroy() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |