| Modifier and Type | Method and Description |
|---|---|
MappingClassElement |
Model.getMappingClass(String className)
Returns the MappingClassElement created for the specified class name.
|
MappingClassElement |
Model.getMappingClass(String className,
ClassLoader classLoader)
Returns the MappingClassElement created for the specified class name.
|
MappingClassElement |
RuntimeModel.getMappingClass(String className,
ClassLoader classLoader)
Returns the MappingClassElement created for the specified class name.
|
| Modifier and Type | Method and Description |
|---|---|
protected PersistenceClassElement |
Model.getPersistenceClass(MappingClassElement mappingClass)
Returns a PersistenceClassElement created from the mapping class.
|
void |
Model.storeMappingClass(MappingClassElement mappingClass)
Stores the supplied MappingClassElement to an xml file, creating the
file if necessary.
|
void |
Model.storeMappingClass(MappingClassElement mappingClass,
OutputStream stream)
Stores the supplied MappingClassElement to an xml file in the
specified output stream.
|
void |
Model.updateKeyForClass(MappingClassElement mappingClass,
String oldName)
Updates the key in the cache for the supplied MappingClassElement.
|
| Modifier and Type | Method and Description |
|---|---|
MappingClassElement |
MappingMemberElement.getDeclaringClass()
Get the declaring class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MappingClassElementImpl |
| Modifier and Type | Method and Description |
|---|---|
static MappingClassElement |
MappingClassElementImpl.forName(String name,
Model model)
Returns the mapping class element associated with the class with the
given string name, using the given model object to look it up.
|
MappingClassElement |
MappingMemberElementImpl.getDeclaringClass()
Get the declaring class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappingMemberElementImpl.setDeclaringClass(MappingClassElement declaringClass)
Set the declaring class of this mapping member.
|
| Constructor and Description |
|---|
MappingFieldElementImpl(String name,
MappingClassElement declaringClass)
Create new MappingFieldElementImpl with the corresponding name and
declaring class.
|
MappingMemberElementImpl(String name,
MappingClassElement declaringClass)
Create new MappingMemberElementImpl with the corresponding name and
declaring class.
|
MappingRelationshipElementImpl(String name,
MappingClassElement declaringClass)
Create new MappingRelationshipElementImpl with the corresponding name
and declaring class.
|
MappingTableElementImpl(String name,
MappingClassElement declaringClass)
Create new MappingTableElementImpl with the corresponding name and
declaring class.
|
MappingTableElementImpl(org.netbeans.modules.dbschema.TableElement table,
MappingClassElement declaringClass)
Creates new MappingTableElementImpl with a corresponding
table and declaring class.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.sun.jdo.api.persistence.model.util.ModelValidator.ValidationComponent |
ModelValidator.createVersionConsistencyComponent(MappingClassElement mappingClass)
Create a validation component which checks whether the rules for
version consistency are followed.
|
static void |
DumpMapping.printMappingClassElement(MappingClassElement mce) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.