Uses of Interface
org.eclipse.jpt.core.context.java.JavaAttributeMappingProvider

Packages that use JavaAttributeMappingProvider
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
 

Uses of JavaAttributeMappingProvider in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return types with arguments of type JavaAttributeMappingProvider
 java.util.ListIterator<JavaAttributeMappingProvider> JpaPlatformProvider.javaAttributeMappingProviders()
          Return the java attribute mapping providers that apply to this platform.
 

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

Subinterfaces of JavaAttributeMappingProvider in org.eclipse.jpt.core.context.java
 interface DefaultJavaAttributeMappingProvider
          Map a string key to an attribute mapping and its corresponding Java annotation adapter.