Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.BaseEnumeratedConverter

Packages that use BaseEnumeratedConverter
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of BaseEnumeratedConverter in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type BaseEnumeratedConverter
 Class<BaseEnumeratedConverter> BaseEnumeratedConverter.getConverterType()
           
 

Uses of BaseEnumeratedConverter in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of BaseEnumeratedConverter in org.eclipse.jpt.jpa.core.context.java
 interface JavaBaseEnumeratedConverter
          Java enumerated/map key enumerated converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context.java that return types with arguments of type BaseEnumeratedConverter
 Class<BaseEnumeratedConverter> JavaBaseEnumeratedConverter.BasicAdapter.getConverterType()
           
 Class<BaseEnumeratedConverter> JavaBaseEnumeratedConverter.MapKeyAdapter.getConverterType()
           
 

Uses of BaseEnumeratedConverter in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of BaseEnumeratedConverter in org.eclipse.jpt.jpa.core.context.orm
 interface OrmBaseEnumeratedConverter
          orm.xml enumerated/map key enumerated converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type BaseEnumeratedConverter
 Class<BaseEnumeratedConverter> OrmBaseEnumeratedConverter.BasicAdapter.getConverterType()
           
 Class<BaseEnumeratedConverter> OrmBaseEnumeratedConverter.MapKeyAdapter.getConverterType()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.