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.
 

Methods in org.eclipse.jpt.core with parameters of type JpaFactory
 JpaFile JpaFileProvider.buildJpaFile(JpaProject jpaProject, org.eclipse.core.resources.IFile file, JpaFactory factory)
          Build a JPA file for the specified JPA project and file.
 

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, JpaFactory factory)
           
 OrmTypeMapping OrmTypeMappingProvider.buildMapping(OrmPersistentType parent, JpaFactory factory)
           
 XmlAttributeMapping OrmAttributeMappingProvider.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, JpaFactory factory)