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.jpa2   
 

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 JavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute attribute, JpaFactory factory)
          Build a Java attribute mapping for the specified attribute.
 JavaAttributeMapping NullDefaultJavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute parent, JpaFactory factory)
          Default mappings should never be null
 JavaAttributeMapping NullSpecifiedJavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute parent, JpaFactory factory)
          There is no specified mapping in this case, attributes should revert to the default
 JavaTypeMapping JavaTypeMappingDefinition.buildMapping(JavaPersistentType type, JpaFactory factory)
          Build a Java type mapping for the specified type.
 JavaTypeMapping NullJavaTypeMappingDefinition.buildMapping(JavaPersistentType parent, JpaFactory factory)
           
 

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

Subinterfaces of JpaFactory in org.eclipse.jpt.core.jpa2
 interface JpaFactory2_0
          JPA 2.0 factory