Uses of Interface
org.eclipse.jpt.eclipselink.core.context.EclipseLinkConverter

Packages that use EclipseLinkConverter
org.eclipse.jpt.eclipselink.core.context   
 

Uses of EclipseLinkConverter in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of EclipseLinkConverter in org.eclipse.jpt.eclipselink.core.context
 interface CustomConverter
          Corresponds to a CustomConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ObjectTypeConverter
          Corresponds to a ObjectTypeConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface StructConverter
          Corresponds to a StructConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface TypeConverter
          Corresponds to a TypeConverter resource model object 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.eclipselink.core.context that return EclipseLinkConverter
 EclipseLinkConverter Convert.getConverter()
          This will return null if there is no converter specified on the mapping
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type EclipseLinkConverter
 boolean EclipseLinkConverter.duplicates(EclipseLinkConverter converter)
          Return whether the converter is a duplicate of the given converter.
 boolean EclipseLinkConverter.overrides(EclipseLinkConverter converter)
          Return whether the converter definition overrides the definition of the given converter (e.g.