Uses of Interface
org.eclipse.jpt.core.context.orm.OrmXmlContextNodeFactory

Packages that use OrmXmlContextNodeFactory
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context.orm   
 

Uses of OrmXmlContextNodeFactory in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return OrmXmlContextNodeFactory
 OrmXmlContextNodeFactory OrmXmlDefinition.getContextNodeFactory()
          Return the factory for building xml context nodes
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmXmlContextNodeFactory
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, XmlTypeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping
 XmlAttributeMapping NullOrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, OrmXmlContextNodeFactory factory)
           
 XmlAttributeMapping OrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, OrmXmlContextNodeFactory factory)
          Build a virtual resource mapping
 XmlAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, OrmXmlContextNodeFactory factory)
           
 

Uses of OrmXmlContextNodeFactory in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of OrmXmlContextNodeFactory in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmXml2_0ContextNodeFactory
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.