Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaConverter

Packages that use JavaConverter
org.eclipse.jpt.jpa.core.context.java   
 

Uses of JavaConverter in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of JavaConverter in org.eclipse.jpt.jpa.core.context.java
 interface JavaEnumeratedConverter
          Java enumerated converter
 interface JavaLobConverter
          Java LOB converter
 interface JavaTemporalConverter
          Java temporal converter
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaConverter
 JavaConverter JavaTemporalConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaLobConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaEnumeratedConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
          Build a converter using the specified converter annotation.
 JavaConverter JavaConverter.Adapter.buildConverter(JavaAttributeMapping parent, JpaFactory factory)
          Build a converter corresponding to the specified mapping if the mapping's resource attribute is modified by the adapter's converter annotation.
 JavaConverter JavaConverter.AbstractAdapter.buildConverter(JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaConverter.Adapter.buildNewConverter(JavaAttributeMapping parent, JpaFactory factory)
          Build a new converter and, if necessary, its corresponding converter annotation.
 JavaConverter JavaConverter.AbstractAdapter.buildNewConverter(JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaConvertibleMapping.getConverter()