Modifier and Type | Field and Description |
---|---|
File |
applicationDirectory |
Configuration |
configuration |
static String |
copyright |
static String |
DATABASE_PLATFORMS_REGISTRY |
static String |
LIQUIBASE_ENABLED |
static org.slf4j.Logger |
logger |
protected Persistence |
persistence |
static String |
PERSISTENCE |
ServletContext |
servletContext |
protected ModuleStatus |
status |
Constructor and Description |
---|
DatabaseModule() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getId() |
int |
getMigrationVersion() |
String |
getModuleVersion() |
String |
getName() |
double |
getPriority() |
ModuleStatus |
getStatus() |
void |
init() |
int |
install() |
void |
start() |
void |
stop() |
public static final String copyright
public ServletContext servletContext
public Configuration configuration
public File applicationDirectory
protected Persistence persistence
protected ModuleStatus status
public static final String PERSISTENCE
public static final String DATABASE_PLATFORMS_REGISTRY
public static final String LIQUIBASE_ENABLED
public static final org.slf4j.Logger logger
public String getModuleVersion()
getModuleVersion
in interface Module
public int getMigrationVersion()
getMigrationVersion
in interface Module
public double getPriority()
getPriority
in interface Module
public ModuleStatus getStatus()