Dali Provisional API
Release 3.2

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
 OrmManagedType OrmManagedTypeDefinition.buildContextManagedType(JpaContextNode parent, org.eclipse.jpt.jpa.core.resource.orm.XmlManagedType resourceManagedType, OrmXmlContextNodeFactory factory)
          Build a context managed type for the specified parent and resource managed type, using the specified factory.
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping.
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping for the specified parent and resource mapping, using the specified 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 OrmLobConverter.Adapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.BasicAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.MapKeyAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseTemporalConverter.AbstractAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseTemporalConverter.MapKeyAdapter.buildConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
          Build a converter for specified mapping.
 OrmConverter OrmLobConverter.Adapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.BasicAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseEnumeratedConverter.MapKeyAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseTemporalConverter.AbstractAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 OrmConverter OrmBaseTemporalConverter.MapKeyAdapter.buildNewConverter(OrmAttributeMapping parent, OrmXmlContextNodeFactory factory)
           
 

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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.