| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableImpl<T extends TableMetadata,R>
JPA scripting API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataProject.processTable(TableMetadata table,
String defaultName,
String defaultCatalog,
String defaultSchema,
ORMetadata owner)
INTERNAL:
Common table processing for table, secondary table, join table,
collection table and table generators
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MetadataAccessor.processTable(TableMetadata table,
String defaultName)
INTERNAL:
Common table processing for table, secondary table, join table and
collection table.
|
| Modifier and Type | Method and Description |
|---|---|
TableMetadata |
EntityAccessor.getTable()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityAccessor.processTable(TableMetadata table)
INTERNAL:
Process a MetadataTable.
|
void |
EntityAccessor.setTable(TableMetadata table)
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableGeneratorMetadata
A wrapper class to a table generator metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionTableMetadata
INTERNAL:
Object to hold onto a collection table metadata in an EclipseLink
database table.
|
class |
JoinTableMetadata
INTERNAL:
Object to hold onto join table metadata in a EclipseLink database table.
|
class |
RelationalTableMetadata
INTERNAL:
Object to hold onto a relational table metadata in an EclipseLink
database table.
|
class |
SecondaryTableMetadata
INTERNAL:
Object to hold onto a secondary table metadata in a TopLink database table.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.