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

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

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

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

Methods in com.sun.jdo.api.persistence.model.mapping with parameters of type MappingReferenceKeyElement
 void MappingTableElement.addReferencingKey(MappingReferenceKeyElement referencingKey)
          Adds a referencing key to the list of keys in this mapping table.
 

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

Classes in com.sun.jdo.api.persistence.model.mapping.impl that implement MappingReferenceKeyElement
 class MappingReferenceKeyElementImpl
           
 

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

Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingReferenceKeyElement
 void MappingTableElementImpl.addReferencingKey(MappingReferenceKeyElement referencingKey)
          Adds a referencing key to the list of keys in this mapping table.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.