| Package | Description |
|---|---|
| org.apache.metamodel |
Root package for MetaModel
|
| org.apache.metamodel.schema |
API for schema structure
|
| org.apache.metamodel.util |
Utilities and convenient classes
|
| Modifier and Type | Method and Description |
|---|---|
static Column[] |
MetaModelHelper.getColumnsBySuperType(Column[] columns,
SuperColumnType superColumnType) |
| Modifier and Type | Method and Description |
|---|---|
SuperColumnType |
ColumnTypeImpl.getSuperType() |
SuperColumnType |
ColumnType.getSuperType() |
static SuperColumnType |
SuperColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuperColumnType[] |
SuperColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Table.getColumnsOfSuperType(SuperColumnType superColumnType)
Gets the columns of this table that conforms to a specified
SuperColumnType. |
List<Column> |
AbstractTable.getColumnsOfSuperType(SuperColumnType superColumnType) |
| Constructor and Description |
|---|
ColumnTypeImpl(String name,
SuperColumnType superColumnType) |
ColumnTypeImpl(String name,
SuperColumnType superColumnType,
Class<?> javaType) |
ColumnTypeImpl(String name,
SuperColumnType superColumnType,
Class<?> javaType,
boolean largeObject) |
| Modifier and Type | Method and Description |
|---|---|
SuperColumnType |
LegacyDeserializationObjectInputStream.LegacyColumnType.getSuperType() |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.