Modifier and Type | Field and Description |
---|---|
protected Set<Column> |
ApplicationWizard.detectedBooleanColumns |
Modifier and Type | Method and Description |
---|---|
protected void |
ApplicationWizard.detectBooleanColumn(Table table,
Column column) |
protected boolean |
ApplicationWizard.isUnsupportedProperty(Column column) |
protected int |
ApplicationWizard.setupColumn(Column column,
CrudConfiguration configuration,
int columnsInSummary,
String linkToParentProperty) |
Modifier and Type | Field and Description |
---|---|
protected Column |
TablesAction.column |
Modifier and Type | Method and Description |
---|---|
Column |
TablesAction.findColumn() |
Column |
TablesAction.getColumn() |
Modifier and Type | Method and Description |
---|---|
protected ColumnForm |
TablesAction.decorateColumn(Column column,
PropertyAccessor columnAccessor,
Type[] types) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnForm |
Modifier and Type | Method and Description |
---|---|
void |
ColumnForm.copyTo(Column column) |
Constructor and Description |
---|
ColumnForm(Column copyFrom,
PropertyAccessor columnAccessor,
Type type) |
Modifier and Type | Method and Description |
---|---|
DatabasePlatform.TypeDescriptor |
PostgreSQLDatabasePlatform.getDatabaseSpecificType(Column column) |
Modifier and Type | Field and Description |
---|---|
protected Column |
PrimaryKeyColumn.actualColumn |
protected Column |
Reference.actualFromColumn |
protected Column |
Reference.actualToColumn |
Modifier and Type | Field and Description |
---|---|
protected List<Column> |
Table.columns |
protected List<Column> |
PrimaryKey.columns |
Modifier and Type | Method and Description |
---|---|
static Column |
DatabaseLogic.findColumnByName(Model model,
String databaseName,
String schemaName,
String tableName,
String columnName) |
static Column |
DatabaseLogic.findColumnByName(Table table,
String columnName) |
static Column |
DatabaseLogic.findColumnByNameIgnoreCase(Table table,
String columnName) |
static Column |
DatabaseLogic.findColumnByPropertyName(Table table,
String propertyName) |
Column |
Schema.findColumnByQualifiedName(String qualifiedColumnName) |
Column |
PrimaryKeyColumn.getActualColumn() |
Column |
Reference.getActualFromColumn() |
Column |
Reference.getActualToColumn() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
Schema.getAllColumns() |
List<Column> |
Database.getAllColumns() |
static List<Column> |
DatabaseLogic.getAllColumns(Model model) |
List<Column> |
Table.getColumns() |
List<Column> |
PrimaryKey.getColumns() |
Modifier and Type | Method and Description |
---|---|
static boolean |
DatabaseLogic.isInFk(Column column) |
static boolean |
DatabaseLogic.isInPk(Column column) |
Modifier and Type | Method and Description |
---|---|
DatabasePlatform.TypeDescriptor |
DatabasePlatform.getDatabaseSpecificType(Column column) |
DatabasePlatform.TypeDescriptor |
AbstractDatabasePlatform.getDatabaseSpecificType(Column column) |
Modifier and Type | Field and Description |
---|---|
protected Column |
ColumnParameterType.column |
Modifier and Type | Method and Description |
---|---|
protected Column |
HibernateConfig.createColumn(Mappings mappings,
Table tab,
Column column) |
protected Property |
HibernateConfig.createProperty(Column column,
Value value) |
boolean |
HibernateConfig.setHibernateType(SimpleValue value,
Column column) |
protected void |
HibernateConfig.setPKColumnGenerator(Mappings mappings,
RootClass clazz,
Table tab,
Column column,
SimpleValue id,
Generator generator) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ColumnParameterType(Column column) |
ColumnParameterType(Column column,
Class returnedClass) |
Modifier and Type | Field and Description |
---|---|
protected Column |
ColumnAccessor.column |
Modifier and Type | Method and Description |
---|---|
Column |
ColumnAccessor.getColumn() |
Constructor and Description |
---|
ColumnAccessor(Column column,
boolean inPk,
boolean autoGenerated,
PropertyAccessor nestedPropertyAccessor) |