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

Packages that use JpaFactory
org.eclipse.jpt.core   
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.java
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JpaFactory
 JavaAttributeMapping JavaAttributeMappingProvider.buildMapping(JavaPersistentAttribute parent, JpaFactory factory)
          Create an JavaAttributeMapping for the given attribute.
 JavaTypeMapping JavaTypeMappingProvider.buildMapping(JavaPersistentType parent, JpaFactory factory)
          Create an IJavaTypeMapping for the given attribute.
 

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.buildAttributeMapping(JpaFactory factory, OrmPersistentAttribute parent)
           
 OrmTypeMapping OrmTypeMappingProvider.buildTypeMapping(JpaFactory factory, OrmPersistentType parent)