| Package | Description |
|---|---|
| org.datanucleus.store.schema.table |
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
|
| Modifier and Type | Method and Description |
|---|---|
static SurrogateColumnType |
SurrogateColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurrogateColumnType[] |
SurrogateColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
CompleteClassTable.getSurrogateColumn(SurrogateColumnType colType) |
Column |
Table.getSurrogateColumn(SurrogateColumnType colType)
Accessor for the surrogate column of the specified type.
|
Copyright © 2020. All rights reserved.