Uses of Interface
org.eclipse.jpt.core.JpaFactory

Packages that use JpaFactory
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of JpaFactory in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JpaFactory
 JpaFactory JpaPlatform.getJpaFactory()
          Return a factory responsible for creating core (e.g.
 

Uses of JpaFactory in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context with parameters of type JpaFactory
 MappingFile MappingFileProvider.buildMappingFile(MappingFileRef parent, JpaXmlResource resource, JpaFactory factory)
          Build a mapping with the specified parent and resource.
 

Uses of JpaFactory in org.eclipse.jpt.core.context.java
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JpaFactory
 JavaAttributeMapping JavaAttributeMappingProvider.buildMapping(JavaPersistentAttribute attribute, JpaFactory factory)
          Build a Java attribute mapping for the specified attribute.
 JavaTypeMapping JavaTypeMappingProvider.buildMapping(JavaPersistentType type, JpaFactory factory)
          Build a Java type mapping for the specified type.
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type JpaFactory
 OrmAttributeMapping OrmAttributeMappingProvider.buildMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, JpaFactory factory)
           
 OrmTypeMapping OrmTypeMappingProvider.buildMapping(OrmPersistentType parent, XmlTypeMapping resourceMapping, JpaFactory factory)
           
 XmlAttributeMapping OrmAttributeMappingProvider.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, JpaFactory factory)