Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
Packages that use MappingReferenceKeyElement
Package
Description
-
Uses of MappingReferenceKeyElement in com.sun.jdo.api.persistence.model.mapping
Methods in com.sun.jdo.api.persistence.model.mapping that return MappingReferenceKeyElementModifier and TypeMethodDescriptionMappingClassElement.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 MappingReferenceKeyElementModifier and TypeMethodDescriptionvoidMappingTableElement.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 MappingReferenceKeyElementMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingReferenceKeyElementModifier and TypeMethodDescriptionMappingClassElementImpl.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 MappingReferenceKeyElementModifier and TypeMethodDescriptionvoidMappingTableElementImpl.addReferencingKey(MappingReferenceKeyElement referencingKey) Adds a referencing key to the list of keys in this mapping table.