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 | Class and Description |
---|---|
class |
CompleteClassTable
Representation of a table for a class where the class is stored in "complete-table" inheritance (or in JPA "TablePerClass")
whereby all members (in this class and superclasses) are handled in this table.
|
Modifier and Type | Method and Description |
---|---|
Table |
Column.getTable()
Accessor for the table for this column.
|
Table |
BasicColumn.getTable() |
Constructor and Description |
---|
BasicColumn(Table tbl,
StoreManager storeMgr,
ColumnMetaData colmd) |
Copyright © 2021. All rights reserved.