Uses of Interface
org.eclipse.jpt.core.context.Converter

Packages that use Converter
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of Converter in org.eclipse.jpt.core.context
 

Subinterfaces of Converter in org.eclipse.jpt.core.context
 interface EnumeratedConverter
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface LobConverter
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface TemporalConverter
          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.core.context that return Converter
 Converter ConvertibleMapping.getConverter()
          Return the specified converter if it is not null and the default converter otherwise.
 Converter ConvertibleMapping.getDefaultConverter()
          Return the default converter, NO_CONVERTER except in instances where an underlying model has a converter set (an xml mapping could return a default converter if one is set in java)
 Converter ConvertibleMapping.getSpecifiedConverter()
          Return the specified converter or null, if none is specified in the underlying resource model
 

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

Subinterfaces of Converter in org.eclipse.jpt.core.context.java
 interface JavaConverter
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEnumeratedConverter
          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
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaTemporalConverter
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of Converter in org.eclipse.jpt.core.context.orm
 

Subinterfaces of Converter in org.eclipse.jpt.core.context.orm
 interface OrmConverter
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.