Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingReferenceKeyElement
-
Packages that use MappingReferenceKeyElement Package Description 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 Modifier and Type Method Description MappingReferenceKeyElementMappingClassElement. 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 Modifier and Type Method Description voidMappingTableElement. 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 Modifier and Type Class Description classMappingReferenceKeyElementImplMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingReferenceKeyElement Modifier and Type Method Description MappingReferenceKeyElementMappingClassElementImpl. 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 Modifier and Type Method Description voidMappingTableElementImpl. addReferencingKey(MappingReferenceKeyElement referencingKey)Adds a referencing key to the list of keys in this mapping table.
-