Dali Provisional API
Release 3.2

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

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return types with arguments of type EclipseLinkCustomConverter
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends EclipseLinkCustomConverter> EclipseLinkConverterContainer.getCustomConverters()
          Return a list iterator of the custom converters.
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.