Uses of Interface
org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkTypeConverter

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

Uses of EclipseLinkTypeConverter in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.orm with type parameters of type EclipseLinkTypeConverter
<T extends EclipseLinkTypeConverter>
java.util.ListIterator<T>
OrmEclipseLinkConverterContainer.typeConverters()
          Return a list iterator of the type converters.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.orm that return EclipseLinkTypeConverter
 EclipseLinkTypeConverter OrmEclipseLinkConverterContainer.addTypeConverter(int index)
          Add a type converter to the converter holder, return the object representing it.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.orm with parameters of type EclipseLinkTypeConverter
 void OrmEclipseLinkConverterContainer.removeTypeConverter(EclipseLinkTypeConverter converter)
          Remove the type converter at from the converter holder.