|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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
|
static Iterable<Class<? extends EclipseLinkConverter>> |
EclipseLinkConverter.TYPES
|
| Methods in org.eclipse.jpt.jpa.eclipselink.core.context that return types with arguments of type EclipseLinkConverter | |
|---|---|
Iterable<EclipseLinkConverter> |
EclipseLinkConverterContainer.getConverters()
|
Iterable<EclipseLinkConverter> |
EclipseLinkTypeMapping.getConverters()
|
Class<? extends EclipseLinkConverter> |
EclipseLinkConverter.getType()
Return the converter's type. |
Iterable<EclipseLinkConverter> |
EclipseLinkConvertibleMapping.AttributeMappingConvertersTransformer.transform(AttributeMapping attributeMapping)
|
Iterable<EclipseLinkConverter> |
EclipseLinkTypeMapping.ConvertersTransformer.transform(EclipseLinkTypeMapping mapping)
|
| 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 Vector<EclipseLinkConverter> |
EclipseLinkPersistenceUnit.converters
|
static org.eclipse.jpt.common.utility.transformer.Transformer<MappingFile,Iterable<EclipseLinkConverter>> |
EclipseLinkPersistenceUnit.MAPPING_FILE_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.getConverters()
|
protected Iterable<EclipseLinkConverter> |
EclipseLinkPersistenceUnit.getMappingFileConverters()
|
protected Iterable<EclipseLinkConverter> |
EclipseLinkPersistenceUnit.TypeMappingConverterTransformer.transform_(TypeMapping typeMapping)
|
Iterable<EclipseLinkConverter> |
EclipseLinkPersistenceUnit.MappingFileConvertersTransformer.transform(MappingFile mappingFile)
|
| 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)
|
| Method parameters in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type arguments of type EclipseLinkConverter | |
|---|---|
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 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||