Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of EclipseLinkConverter in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkConverterClassConverter
          Corresponds to a *ConverterClassConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkCustomConverter
          EclipseLink custom converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkObjectTypeConverter
          EclipseLink object type converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkStructConverter
          EclipseLink struct converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkTypeConverter
          EclipseLink type converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.context with type parameters of type EclipseLinkConverter
static org.eclipse.jpt.common.utility.transformer.Transformer<AttributeMapping,Iterable<EclipseLinkConverter>> EclipseLinkConvertibleMapping.ATTRIBUTE_MAPPING_CONVERTERS_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<EclipseLinkTypeMapping,Iterable<EclipseLinkConverter>> EclipseLinkTypeMapping.CONVERTERS_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return types with arguments of type EclipseLinkConverter
 Iterable<EclipseLinkConverter> EclipseLinkTypeMapping.getConverters()
           
 Iterable<EclipseLinkConverter> EclipseLinkConverterContainer.getConverters()
           
 Class<? extends EclipseLinkConverter> EclipseLinkConverter.getConverterType()
          Return the converter's type.
 Iterable<EclipseLinkConverter> EclipseLinkConvertibleMapping.AttributeMappingConvertersTransformer.transform(AttributeMapping attributeMapping)
           
 Iterable<EclipseLinkConverter> EclipseLinkTypeMapping.ConvertersTransformer.transform(EclipseLinkTypeMapping mapping)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context with parameters of type EclipseLinkConverter
 boolean EclipseLinkConverter.isEquivalentTo(EclipseLinkConverter converter)
          Return whether the specified converter has the same state as this converter but is not this converter.
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.orm that return types with arguments of type EclipseLinkConverter
 Iterable<EclipseLinkConverter> EclipseLinkEntityMappings.getMappingFileConverters()
          Return all the converters defined in both the entity mappings and its entities (but not in any associated Java annotations).
 

Uses of EclipseLinkConverter in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type parameters of type EclipseLinkConverter
protected static EclipseLinkPersistenceUnit.EquivalencyAdapter<EclipseLinkConverter> EclipseLinkPersistenceUnit.CONVERTER_EQUIVALENCY_ADAPTER
           
protected  Vector<EclipseLinkConverter> EclipseLinkPersistenceUnit.converters
           
static org.eclipse.jpt.common.utility.transformer.Transformer<MappingFile,Iterable<EclipseLinkConverter>> EclipseLinkPersistenceUnit.MAPPING_FILE_CONVERTERS_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<TypeMapping,Iterable<EclipseLinkConverter>> EclipseLinkPersistenceUnit.TYPE_MAPPING_CONVERTERS_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return types with arguments of type EclipseLinkConverter
protected  Iterable<EclipseLinkConverter> EclipseLinkPersistenceUnit.buildConverters()
          Converters are much like queries.
 Iterable<EclipseLinkConverter> EclipseLinkPersistenceUnit.getAllConverters()
          Return the "active" converters defined within the persistence unit's scope, including converters with duplicate names.
 Iterable<EclipseLinkConverter> EclipseLinkPersistenceUnit.getAllJavaConverters()
          Include "overridden" Java converters.
 Iterable<EclipseLinkConverter> EclipseLinkPersistenceUnit.getConverters()
           
protected  HashMap<String,ArrayList<EclipseLinkConverter>> EclipseLinkPersistenceUnit.getEclipseLinkConvertibleJavaConverters()
           
protected  Iterable<EclipseLinkConverter> EclipseLinkPersistenceUnit.getMappingFileConverters()
           
 Iterable<EclipseLinkConverter> EclipseLinkPersistenceUnit.MappingFileConvertersTransformer.transform(MappingFile mappingFile)
           
 Iterable<EclipseLinkConverter> EclipseLinkPersistenceUnit.TypeMappingConvertersTransformer.transform(TypeMapping typeMapping)
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type EclipseLinkConverter
protected  void EclipseLinkPersistenceUnit.validate(EclipseLinkConverter converter, List<IMessage> messages, IReporter reporter)
           
 boolean EclipseLinkPersistenceUnit.ConverterEquivalencyAdapter.valuesAreEquivalent(EclipseLinkConverter converter1, EclipseLinkConverter converter2)
           
 

Method parameters in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type arguments of type EclipseLinkConverter
protected  void EclipseLinkPersistenceUnit.convertJavaConvertersWithSameName(EclipseLinkOrmConverterContainer ormConverterContainer, Map.Entry<String,ArrayList<EclipseLinkConverter>> entry, SubMonitor monitor)
           
protected  void EclipseLinkPersistenceUnit.setConverters(Iterable<EclipseLinkConverter> converters)
           
protected  void EclipseLinkPersistenceUnit.validateConvertersWithSameName(String converterName, ArrayList<EclipseLinkConverter> dups, List<IMessage> messages)
          NB: Unlike generators and queries, we do not mark "equivalent" converters with info messages - we just ignore them because they cannot be "portable" (since only EclipseLink has converters).
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.