| Modifier and Type | Field and Description |
|---|---|
protected Database |
ApplicationWizard.database |
| Modifier and Type | Method and Description |
|---|---|
protected Database |
ApplicationWizard.configureModelSchemas(boolean alwaysUseExistingModel) |
| Modifier and Type | Method and Description |
|---|---|
List<Database> |
ApplicationWizard.getActiveDatabases() |
| Modifier and Type | Field and Description |
|---|---|
protected Database |
ConnectionProviderForm.database |
| Constructor and Description |
|---|
ConnectionProviderForm(Database database) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Database> |
Model.databases |
| Modifier and Type | Method and Description |
|---|---|
List<Database> |
Model.getDatabases() |
| Modifier and Type | Field and Description |
|---|---|
protected Database |
Schema.database |
protected Database |
ConnectionProvider.database |
| Modifier and Type | Method and Description |
|---|---|
static Database |
DatabaseLogic.findDatabaseByName(Model model,
String databaseName) |
Database |
Schema.getDatabase() |
Database |
ConnectionProvider.getDatabase() |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
DatabaseLogic.findSchemaByName(Database database,
String schemaName) |
static Schema |
DatabaseLogic.findSchemaByNameIgnoreCase(Database database,
String schemaName) |
static Table |
DatabaseLogic.findTableByEntityName(Database database,
String entityName) |
void |
Schema.setDatabase(Database database) |
void |
ConnectionProvider.setDatabase(Database database) |
| Constructor and Description |
|---|
Schema(Database database) |
| Modifier and Type | Field and Description |
|---|---|
protected Database |
ChartJsConfiguration.actualDatabase |
| Modifier and Type | Method and Description |
|---|---|
Database |
ChartJsConfiguration.getActualDatabase() |
| Modifier and Type | Field and Description |
|---|---|
protected Database |
JFreeChartConfiguration.actualDatabase |
| Modifier and Type | Method and Description |
|---|---|
Database |
JFreeChartConfiguration.getActualDatabase() |
| Modifier and Type | Field and Description |
|---|---|
protected Database |
CrudConfiguration.actualDatabase |
| Modifier and Type | Method and Description |
|---|---|
Database |
CrudConfiguration.getActualDatabase() |
| Modifier and Type | Method and Description |
|---|---|
void |
CrudConfiguration.setActualDatabase(Database actualDatabase) |
| Modifier and Type | Field and Description |
|---|---|
protected Database |
ManyToManyConfiguration.actualManyDatabase |
protected Database |
ManyToManyConfiguration.actualOneDatabase |
protected Database |
ManyToManyConfiguration.actualRelationDatabase |
| Modifier and Type | Method and Description |
|---|---|
Database |
ManyToManyConfiguration.getActualManyDatabase() |
Database |
ManyToManyConfiguration.getActualOneDatabase() |
Database |
ManyToManyConfiguration.getActualRelationDatabase() |
| Modifier and Type | Method and Description |
|---|---|
static Table |
QueryUtils.getTableFromQueryString(Database database,
String queryString)
Extracts the name of the main entity from a HQL query string, i.e. the first entity in the
from clause.
|
protected void |
Persistence.runLiquibase(Database database) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
HibernateConfig.buildSessionFactory(Database database) |
| Modifier and Type | Method and Description |
|---|---|
Database |
DatabaseSyncer.syncDatabase(Model sourceModel) |