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

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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmXmlContextNodeFactory
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping.
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, XmlTypeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping for the specified parent and resource mapping, using the specified factory.
 OrmConverter OrmTemporalConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmLobConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmEnumeratedConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
          Build a converter for specified mapping if the mapping's XML has the adapter's value set.
 OrmConverter OrmTemporalConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmLobConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmEnumeratedConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
          Build a converter for specified mapping.
 

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

Subinterfaces of OrmXmlContextNodeFactory in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmXml2_0ContextNodeFactory
          JPA 2.0 orm.xml context node factory