Dali Provisional API
Release 3.2

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

Packages that use JavaConverter
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2.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 JavaBaseEnumeratedConverter
          Java enumerated/map key enumerated converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaBaseTemporalConverter
          Java temporal/map key temporal converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaLobConverter
          Java LOB converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaConverter
 JavaConverter JavaLobConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaBaseTemporalConverter.AbstractAdapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaBaseTemporalConverter.MapKeyAdapter.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 JavaBaseEnumeratedConverter.BasicAdapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaBaseEnumeratedConverter.MapKeyAdapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 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()
           
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.java that return JavaConverter
 JavaConverter JavaConvertibleKeyMapping2_0.getMapKeyConverter()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.