Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingTableElement

Packages that use MappingTableElement
com.sun.jdo.api.persistence.model.mapping   
com.sun.jdo.api.persistence.model.mapping.impl   
com.sun.jdo.api.persistence.model.util   
 

Uses of MappingTableElement in com.sun.jdo.api.persistence.model.mapping
 

Methods in com.sun.jdo.api.persistence.model.mapping that return MappingTableElement
 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.
 

Methods in com.sun.jdo.api.persistence.model.mapping with parameters of type MappingTableElement
 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.
 

Uses of MappingTableElement in com.sun.jdo.api.persistence.model.mapping.impl
 

Classes in com.sun.jdo.api.persistence.model.mapping.impl that implement MappingTableElement
 class MappingTableElementImpl
           
 

Methods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingTableElement
 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.
 

Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingTableElement
 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.
 

Constructors in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingTableElement
MappingReferenceKeyElementImpl(MappingTableElement table)
          Creates new MappingReferenceKeyElementImpl with a corresponding mapping table.
 

Uses of MappingTableElement in com.sun.jdo.api.persistence.model.util
 

Methods in com.sun.jdo.api.persistence.model.util with parameters of type MappingTableElement
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 © 2012 GlassFish Community. All Rights Reserved.