|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrmXmlDefinition
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Method Summary | |
|---|---|
OrmXmlContextNodeFactory |
getContextNodeFactory()
Return the factory for building xml context nodes |
OrmAttributeMappingDefinition |
getOrmAttributeMappingDefinition(java.lang.String mappingKey)
Return an OrmAttributeMappingDefinition for the given attribute mapping key. |
OrmTypeMappingDefinition |
getOrmTypeMappingDefinition(java.lang.String mappingKey)
Return an OrmTypeMappingDefinition for the given type mapping key. |
org.eclipse.emf.ecore.EFactory |
getResourceNodeFactory()
Return the factory for building xml resource nodes |
| Methods inherited from interface org.eclipse.jpt.core.ResourceDefinition |
|---|
getResourceType |
| Method Detail |
|---|
org.eclipse.emf.ecore.EFactory getResourceNodeFactory()
OrmXmlContextNodeFactory getContextNodeFactory()
OrmTypeMappingDefinition getOrmTypeMappingDefinition(java.lang.String mappingKey)
OrmTypeMappingDefinition for the given type mapping key.
Throws an IllegalArgumentException if the mapping key is not supported.
mappingKey - The type mapping key
OrmAttributeMappingDefinition getOrmAttributeMappingDefinition(java.lang.String mappingKey)
OrmAttributeMappingDefinition for the given attribute mapping key.
This must not return null. (@see NullOrmAttributeMappingDefinition)
Throws an IllegalArgumentException if the mapping key is not supported.
mappingKey - The attribute mapping key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||