Uses of Interface
com.sun.jdo.api.persistence.model.mapping.MappingTableElement
-
Packages that use MappingTableElement Package Description 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 Modifier and Type Method Description MappingTableElementMappingClassElement. getTable(String name)Scans through this mapping class looking for a table whose name matches the name passed in.MappingTableElementMappingReferenceKeyElement. getTable()Returns the mapping table element for this referencing key.Methods in com.sun.jdo.api.persistence.model.mapping with parameters of type MappingTableElement 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.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 MappingTableElement Modifier and Type Class Description classMappingTableElementImplMethods in com.sun.jdo.api.persistence.model.mapping.impl that return MappingTableElement Modifier and Type Method Description MappingTableElementMappingClassElementImpl. getTable(String name)Scans through this mapping class looking for a table whose name matches the name passed in.MappingTableElementMappingReferenceKeyElementImpl. getTable()Returns the mapping table element for this referencing key.Methods in com.sun.jdo.api.persistence.model.mapping.impl with parameters of type MappingTableElement 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.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 MappingTableElement Constructor Description 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 Modifier and Type Method Description protected 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.
-