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

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

Uses of EclipseLinkCustomConverter in org.eclipse.jpt.eclipselink.core.context.java
 

Methods in org.eclipse.jpt.eclipselink.core.context.java that return EclipseLinkCustomConverter
 EclipseLinkCustomConverter JavaEclipseLinkConverterHolder.addCustomConverter()
           
 EclipseLinkCustomConverter JavaEclipseLinkConverterHolder.getCustomConverter()
           
 

Uses of EclipseLinkCustomConverter in org.eclipse.jpt.eclipselink.core.context.orm
 

Methods in org.eclipse.jpt.eclipselink.core.context.orm with type parameters of type EclipseLinkCustomConverter
<T extends EclipseLinkCustomConverter>
java.util.ListIterator<T>
EclipseLinkConverterHolder.customConverters()
          Return a list iterator of the custom converters.
 

Methods in org.eclipse.jpt.eclipselink.core.context.orm that return EclipseLinkCustomConverter
 EclipseLinkCustomConverter EclipseLinkConverterHolder.addCustomConverter(int index)
          Add a custom converter to the converter holder, return the object representing it.
 

Methods in org.eclipse.jpt.eclipselink.core.context.orm with parameters of type EclipseLinkCustomConverter
 void EclipseLinkConverterHolder.removeCustomConverter(EclipseLinkCustomConverter converter)
          Remove the custom converter at from the converter holder.