Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingTableElement
Packages that use MappingTableElement
Package
Description
-
Uses of MappingTableElement in com.sun.jdo.api.persistence.model.mapping
Methods in com.sun.jdo.api.persistence.model.mapping that return MappingTableElementModifier and TypeMethodDescriptionScans through this mapping class looking for a table whose name matches the name passed in.MappingReferenceKeyElement.getTable()Returns the mapping table element for this referencing key.Methods in com.sun.jdo.api.persistence.model.mapping with parameters of type MappingTableElementModifier 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.voidMappingTableElement.removeReference(MappingTableElement table) Removes the referencing key for the supplied table element from list of keys in this mapping table.voidMappingClassElement.removeTable(MappingTableElement table) Removes the reference to the supplied table as a mapped table for this mapping class.voidMappingReferenceKeyElement.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 MappingTableElementMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingTableElementModifier and TypeMethodDescriptionScans through this mapping class looking for a table whose name matches the name passed in.MappingReferenceKeyElementImpl.getTable()Returns the mapping table element for this referencing key.Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingTableElementModifier 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.protected booleanMappingFieldElementImpl.isMappedToTable(MappingTableElement table) voidMappingTableElementImpl.removeReference(MappingTableElement table) Removes the referencing key for the supplied table element from list of keys in this mapping table.voidMappingClassElementImpl.removeTable(MappingTableElement table) Removes the reference to the supplied table as a mapped table for this mapping class.voidMappingReferenceKeyElementImpl.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 MappingTableElementModifierConstructorDescriptionCreates 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 MappingTableElementModifier and TypeMethodDescriptionprotected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponentModelValidator.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.