| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.model.mapping | |
| com.sun.jdo.api.persistence.model.mapping.impl | |
| com.sun.jdo.api.persistence.model.util |
| Modifier and Type | Method and Description |
|---|---|
MappingTableElement |
MappingReferenceKeyElement.getTable()
Returns the mapping table element for this referencing key.
|
MappingTableElement |
MappingClassElement.getTable(String name)
Scans through this mapping class looking for a table whose
name matches the name passed in.
|
| Modifier and Type | Method and Description |
|---|---|
MappingReferenceKeyElement |
MappingClassElement.addSecondaryTable(MappingTableElement parentTable,
org.netbeans.modules.dbschema.TableElement table)
Adds a reference to the supplied table as a secondary table for this
mapping class.
|
void |
MappingTableElement.removeReference(MappingTableElement table)
Removes the referencing key for the supplied table element from list
of keys in this mapping table.
|
void |
MappingClassElement.removeTable(MappingTableElement table)
Removes the reference to the supplied table as a mapped table for this
mapping class.
|
void |
MappingReferenceKeyElement.setTable(MappingTableElement table)
Set the mapping table for this referencing key to the supplied table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingTableElementImpl |
| Modifier and Type | Method and Description |
|---|---|
MappingTableElement |
MappingReferenceKeyElementImpl.getTable()
Returns the mapping table element for this referencing key.
|
MappingTableElement |
MappingClassElementImpl.getTable(String name)
Scans through this mapping class looking for a table whose
name matches the name passed in.
|
| Modifier and Type | Method and Description |
|---|---|
MappingReferenceKeyElement |
MappingClassElementImpl.addSecondaryTable(MappingTableElement parentTable,
org.netbeans.modules.dbschema.TableElement table)
Adds a reference to the supplied table as a secondary table for this
mapping class.
|
protected boolean |
MappingFieldElementImpl.isMappedToTable(MappingTableElement table) |
void |
MappingTableElementImpl.removeReference(MappingTableElement table)
Removes the referencing key for the supplied table element from list
of keys in this mapping table.
|
void |
MappingClassElementImpl.removeTable(MappingTableElement table)
Removes the reference to the supplied table as a mapped table for this
mapping class.
|
void |
MappingReferenceKeyElementImpl.setTable(MappingTableElement table)
Set the mapping table for this referencing key to the supplied table.
|
| Constructor and Description |
|---|
MappingReferenceKeyElementImpl(MappingTableElement table)
Creates new MappingReferenceKeyElementImpl with a corresponding
mapping table.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createPrimaryTableComponent(MappingTableElement primaryTable)
Create a validation component which can check whether the
class is mapped to tables even though the schema is null or the
class is mapped to a primary table without a primary key.
|
Copyright © 2013. All Rights Reserved.