| Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmPersistentType |
OrmTypeMapping |
OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent,
XmlTypeMapping resourceMapping,
OrmXmlContextNodeFactory factory)
Build a context mapping for the specified parent and resource mapping,
using the specified factory. |
OrmEmbeddable |
OrmXmlContextNodeFactory.buildOrmEmbeddable(OrmPersistentType parent,
XmlEmbeddable resourceMapping)
|
OrmEntity |
OrmXmlContextNodeFactory.buildOrmEntity(OrmPersistentType parent,
XmlEntity resourceMapping)
|
OrmMappedSuperclass |
OrmXmlContextNodeFactory.buildOrmMappedSuperclass(OrmPersistentType parent,
XmlMappedSuperclass resourceMapping)
|
OrmPersistentAttribute |
OrmXmlContextNodeFactory.buildOrmPersistentAttribute(OrmPersistentType parent,
XmlAttributeMapping xmlMapping)
|
OrmReadOnlyPersistentAttribute |
OrmXmlContextNodeFactory.buildVirtualOrmPersistentAttribute(OrmPersistentType parent,
JavaResourcePersistentAttribute javaResourcePersistentAttribute)
|
void |
EntityMappings.changeMapping(OrmPersistentType ormPersistentType,
OrmTypeMapping oldMapping,
OrmTypeMapping newMapping)
|
void |
EntityMappings.removePersistentType(OrmPersistentType persistentType)
|