Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.eclipselink.core.resource.java.ConversionValueAnnotation

Packages that use ConversionValueAnnotation
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

Uses of ConversionValueAnnotation in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return ConversionValueAnnotation
 ConversionValueAnnotation ObjectTypeConverterAnnotation.addConversionValue(int index)
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 ConversionValueAnnotation ObjectTypeConverterAnnotation.conversionValueAt(int index)
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return types with arguments of type ConversionValueAnnotation
 org.eclipse.jpt.common.utility.iterable.ListIterable<ConversionValueAnnotation> ObjectTypeConverterAnnotation.getConversionValues()
          Corresponds to the 'conversionValues' element of the ObjectTypeConverter annotation.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.