Modifier and Type | Field and Description |
---|---|
protected Table |
ApplicationWizard.groupTable |
protected Table |
ApplicationWizard.userGroupTable |
protected Table |
ApplicationWizard.userTable |
Modifier and Type | Field and Description |
---|---|
protected List<Table> |
ApplicationWizard.allTables |
protected com.google.common.collect.ListMultimap<Table,Reference> |
ApplicationWizard.children |
protected Map<Table,Boolean> |
ApplicationWizard.largeResultSet |
protected List<Table> |
ApplicationWizard.roots |
Modifier and Type | Method and Description |
---|---|
protected List<Table> |
ApplicationWizard.determineRoots(com.google.common.collect.Multimap<Table,Reference> children,
List<Table> allTables) |
Modifier and Type | Method and Description |
---|---|
protected Page |
ApplicationWizard.createCrudPage(File dir,
Table table,
List<ChildPage> childPages,
Template template) |
protected Page |
ApplicationWizard.createCrudPage(File dir,
Table table,
String query,
List<ChildPage> childPages,
Template template,
Map<String,String> bindings,
String title) |
protected void |
ApplicationWizard.detectBooleanColumn(Table table,
Column column) |
protected void |
ApplicationWizard.detectLargeResultSet(Table table,
CrudConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected List<Table> |
ApplicationWizard.determineRoots(com.google.common.collect.Multimap<Table,Reference> children,
List<Table> allTables) |
protected List<Table> |
ApplicationWizard.determineRoots(com.google.common.collect.Multimap<Table,Reference> children,
List<Table> allTables) |
Modifier and Type | Field and Description |
---|---|
protected Table |
TablesAction.table |
Modifier and Type | Method and Description |
---|---|
Table |
TablesAction.findTable() |
Table |
TablesAction.getTable() |
Modifier and Type | Method and Description |
---|---|
List<Table> |
TablesAction.getAllTables() |
Modifier and Type | Class and Description |
---|---|
class |
TableForm |
Modifier and Type | Method and Description |
---|---|
Table |
TableForm.copyTo(Table table) |
Modifier and Type | Method and Description |
---|---|
Table |
TableForm.copyTo(Table table) |
Constructor and Description |
---|
TableForm(Table copyFrom) |
Modifier and Type | Field and Description |
---|---|
protected Table |
TableCriteria.table |
Modifier and Type | Method and Description |
---|---|
Table |
TableCriteria.getTable() |
Constructor and Description |
---|
TableCriteria(Table table) |
Modifier and Type | Field and Description |
---|---|
protected Table |
DatabaseSelectionProvider.fromTable |
protected Table |
PrimaryKey.table |
protected Table |
Column.table |
protected Table |
ForeignKey.toTable |
Modifier and Type | Field and Description |
---|---|
protected List<Table> |
Schema.immediateTables |
protected List<Table> |
Schema.tables |
Modifier and Type | Method and Description |
---|---|
static Table |
DatabaseLogic.findTableByEntityName(Database database,
String entityName) |
static Table |
DatabaseLogic.findTableByName(Model model,
String databaseName,
String schemaName,
String tableName) |
static Table |
DatabaseLogic.findTableByName(Schema schema,
String tableName) |
static Table |
DatabaseLogic.findTableByNameIgnoreCase(Schema schema,
String tableName) |
Table |
Schema.findTableByQualifiedName(String qualifiedTableName) |
Table |
HasReferences.getFromTable() |
Table |
DatabaseSelectionProvider.getFromTable() |
Table |
PrimaryKey.getTable() |
Table |
Column.getTable() |
Table |
HasReferences.getToTable() |
Table |
ForeignKey.getToTable() |
Table |
DatabaseSelectionProvider.getToTable() |
Modifier and Type | Method and Description |
---|---|
List<Table> |
Database.getAllTables() |
static List<Table> |
DatabaseLogic.getAllTables(Model model) |
List<Table> |
Schema.getImmediateTables() |
List<Table> |
Schema.getTables() |
Modifier and Type | Method and Description |
---|---|
static Column |
DatabaseLogic.findColumnByName(Table table,
String columnName) |
static Column |
DatabaseLogic.findColumnByNameIgnoreCase(Table table,
String columnName) |
static Column |
DatabaseLogic.findColumnByPropertyName(Table table,
String propertyName) |
static ForeignKey |
DatabaseLogic.findForeignKeyByName(Table table,
String fkName) |
static ForeignKey |
DatabaseLogic.findForeignKeyByNameIgnoreCase(Table table,
String fkName) |
static ForeignKey |
DatabaseLogic.findOneToManyRelationshipByName(Table table,
String relationshipName) |
static ModelSelectionProvider |
DatabaseLogic.findSelectionProviderByName(Table table,
String selectionProviderName) |
static String |
DatabaseLogic.getUniquePropertyName(Table table,
String initialName) |
void |
HasReferences.setFromTable(Table fromTable) |
void |
DatabaseSelectionProvider.setFromTable(Table fromTable) |
void |
PrimaryKey.setTable(Table table) |
void |
Column.setTable(Table table) |
void |
ForeignKey.setToTable(Table toTable) |
Constructor and Description |
---|
Column(Table table) |
DatabaseSelectionProvider(Table fromTable) |
ForeignKey(Table fromTable) |
PrimaryKey(Table table) |
Modifier and Type | Field and Description |
---|---|
protected Table |
DatabaseCredentialStore.table |
Modifier and Type | Field and Description |
---|---|
Table |
CrudAction.baseTable |
Modifier and Type | Method and Description |
---|---|
Table |
CrudAction.getBaseTable() |
Modifier and Type | Method and Description |
---|---|
void |
CrudAction.setBaseTable(Table baseTable) |
Modifier and Type | Field and Description |
---|---|
protected Table |
CrudConfiguration.actualTable |
Modifier and Type | Method and Description |
---|---|
Table |
CrudConfiguration.getActualTable() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionProviderReference.init(Table table) |
Modifier and Type | Field and Description |
---|---|
protected Table |
ManyToManyConfiguration.actualManyTable |
protected Table |
ManyToManyConfiguration.actualRelationTable |
Modifier and Type | Method and Description |
---|---|
Table |
ManyToManyConfiguration.getActualManyTable() |
Table |
ManyToManyConfiguration.getActualRelationTable() |
Modifier and Type | Method and Description |
---|---|
void |
SelectionProviderReference.init(Table table) |
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.
|
Modifier and Type | Method and Description |
---|---|
static Object |
QueryUtils.getObjectByPk(Persistence persistence,
Table baseTable,
Serializable pkObject)
Loads an object by primary key.
|
static Object |
QueryUtils.getObjectByPk(Persistence persistence,
Table baseTable,
Serializable pkObject,
String query,
Object rootObject)
Loads an object by primary key.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HibernateConfig.addSyntheticProperty(Mappings mappings,
ManyToOne m2o,
ForeignKey relationship,
Table oneMDTable,
String oneMDQualifiedTableName)
(Adapted from Hibernate) Create a synthetic property to refer to including an embedded component value
containing all the properties mapped to the referenced columns.
|
protected void |
HibernateConfig.createPKComposite(Mappings mappings,
Table mdTable,
String pkName,
RootClass clazz,
Table tab,
List<Column> columnPKList) |
protected void |
HibernateConfig.createPKSingle(Mappings mappings,
Table mdTable,
String pkName,
RootClass clazz,
Table tab,
List<Column> columnPKList) |
protected RootClass |
HibernateConfig.createTableMapping(Mappings mappings,
Table aTable) |
Modifier and Type | Field and Description |
---|---|
protected Table |
TableAccessor.table |
Modifier and Type | Method and Description |
---|---|
Table |
TableAccessor.getTable() |
Constructor and Description |
---|
TableAccessor(Table table) |
Modifier and Type | Method and Description |
---|---|
protected void |
DatabaseSyncer.copySelectionProviders(Table sourceTable,
Table targetTable) |
protected void |
DatabaseSyncer.syncColumns(liquibase.structure.core.Table liquibaseTable,
Table sourceTable,
Table targetTable) |