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

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

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

Subinterfaces of Converter in org.eclipse.jpt.jpa.core.context
 interface EnumeratedConverter
          JPA enumerated converter
 interface LobConverter
          JPA LOB converter
 interface TemporalConverter
          JPA temporal converter
 

Methods in org.eclipse.jpt.jpa.core.context that return Converter
 Converter ConvertibleMapping.getConverter()
          Return the mapping's converter.
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type Converter
 java.lang.Class<? extends Converter> Converter.getType()
          Return the converter's type.
 

Method parameters in org.eclipse.jpt.jpa.core.context with type arguments of type Converter
 void ConvertibleMapping.setConverter(java.lang.Class<? extends Converter> converterType)
          Set the converter type, adding the appropriate converter to the resource model and removing any other converters.
 

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

Subinterfaces of Converter in org.eclipse.jpt.jpa.core.context.java
 interface JavaConverter
          Java converter
 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 types with arguments of type Converter
 java.lang.Class<? extends Converter> JavaTemporalConverter.Adapter.getConverterType()
           
 java.lang.Class<? extends Converter> JavaLobConverter.Adapter.getConverterType()
           
 java.lang.Class<? extends Converter> JavaEnumeratedConverter.Adapter.getConverterType()
           
 java.lang.Class<? extends Converter> JavaConverter.Adapter.getConverterType()
          Return the type of converter handled by the adapter.
 

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

Subinterfaces of Converter in org.eclipse.jpt.jpa.core.context.orm
 interface OrmConverter
          orm.xml converter
 interface OrmEnumeratedConverter
          orm.xml enumerated converter
 interface OrmLobConverter
          orm.xml LOB converter
 interface OrmTemporalConverter
          orm.xml temporal converter
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type Converter
 java.lang.Class<? extends Converter> OrmTemporalConverter.Adapter.getConverterType()
           
 java.lang.Class<? extends Converter> OrmLobConverter.Adapter.getConverterType()
           
 java.lang.Class<? extends Converter> OrmEnumeratedConverter.Adapter.getConverterType()
           
 java.lang.Class<? extends Converter> OrmConverter.Adapter.getConverterType()
          Return the type of converter handled by the adapter.
 

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

Subinterfaces of Converter in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkConvert
          EclipseLink convert (not to be confused with Eclipse converter)