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

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

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

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

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

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