| Modifier and Type | Method and Description |
|---|---|
List<ConvertMetadata> |
MetadataDescriptor.getConverts(String attributeName)
INTERNAL:
|
List<ConvertMetadata> |
MetadataDescriptor.getMapKeyConverts(String attributeName)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataDescriptor.addConvert(String attributeName,
ConvertMetadata convert)
INTERNAL:
Add a convert to override a superclass class mapping.
|
void |
MetadataDescriptor.addMapKeyConvert(String attributeName,
ConvertMetadata convert)
INTERNAL:
Add a map key convert to override a superclass class mapping.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConvertMetadata> |
EntityAccessor.getConverts()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAccessor.processConvert(ConvertMetadata convert)
INTERNAL:
Add a convert metadata to the descriptor convert map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAccessor.setConverts(List<ConvertMetadata> converts)
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConvertMetadata> |
EmbeddedAccessor.getConverts()
INTERNAL:
Used for OX mapping.
|
List<ConvertMetadata> |
DirectAccessor.getConverts()
INTERNAL:
Used for OX mapping.
|
protected List<ConvertMetadata> |
MappingAccessor.getConverts(List<ConvertMetadata> potentialConverts)
INTERNAL:
Given the potential converts return them for processing unless there
are overrides available from the descriptor.
|
List<ConvertMetadata> |
MappedKeyMapAccessor.getMapKeyConverts()
INTERNAL:
|
List<ConvertMetadata> |
ElementCollectionAccessor.getMapKeyConverts()
INTERNAL:
Used for OX mapping.
|
List<ConvertMetadata> |
CollectionAccessor.getMapKeyConverts()
INTERNAL:
Used for OX mapping.
|
protected List<ConvertMetadata> |
MappingAccessor.getMapKeyConverts(List<ConvertMetadata> potentialMapKeyConverts)
INTERNAL:
Given the potential converts return them for processing unless there
are overrides available from the descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MappingAccessor.addConvert(ConvertMetadata convert)
INTERNAL:
Subclasses that support converts need to override this method otherwise
an exception will be thrown from those accessors that do not support them
when a user has defined them on that accessor.
|
protected void |
EmbeddedAccessor.addConvert(ConvertMetadata convert)
INTERNAL:
Subclasses that support key converts need to override this method.
|
protected void |
DirectAccessor.addConvert(ConvertMetadata convert)
INTERNAL:
Subclasses that support key converts need to override this method.
|
protected void |
MappingAccessor.addConvertMetadata(ConvertMetadata convert)
INTERNAL:
Add a JPA convert annotation to the converts list.
|
protected void |
MappingAccessor.addMapKeyConvert(ConvertMetadata convert)
INTERNAL:
Subclasses that support converts need to override this method otherwise
an exception will be thrown from those accessors that do not support them
when a user has defined them on that accessor.
|
void |
ElementCollectionAccessor.addMapKeyConvert(ConvertMetadata convert)
INTERNAL:
A map key convert from an annotation specification.
|
void |
CollectionAccessor.addMapKeyConvert(ConvertMetadata convert)
INTERNAL:
A map key convert from an annotation specification.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ConvertMetadata> |
MappingAccessor.getConverts(List<ConvertMetadata> potentialConverts)
INTERNAL:
Given the potential converts return them for processing unless there
are overrides available from the descriptor.
|
protected List<ConvertMetadata> |
MappingAccessor.getMapKeyConverts(List<ConvertMetadata> potentialMapKeyConverts)
INTERNAL:
Given the potential converts return them for processing unless there
are overrides available from the descriptor.
|
protected void |
MappingAccessor.processConverts(List<ConvertMetadata> converts,
DatabaseMapping mapping,
MetadataClass referenceClass,
boolean isForMapKey)
INTERNAL:
Process the JPA defined convert(s)
|
protected void |
MappingAccessor.processMappingConverter(DatabaseMapping mapping,
String convertValue,
List<ConvertMetadata> converts,
MetadataClass referenceClass,
MetadataClass referenceClassWithGenerics,
boolean isForMapKey)
INTERNAL:
Process a convert value which specifies the name of an EclipseLink
converter to process with this accessor's mapping.
|
protected void |
MappingAccessor.processMappingKeyConverter(DatabaseMapping mapping,
String convertValue,
List<ConvertMetadata> converts,
MetadataClass referenceClass,
MetadataClass referenceClassWithGenerics)
INTERNAL:
Process a mapping key converter either from an EclipseLink convert
specification or a JPA converter specification (map-key-convert,
map-key-temporal, map-key-enumerated) to be applied to the given mapping.
|
protected void |
MappingAccessor.processMappingValueConverter(DatabaseMapping mapping,
String convertValue,
List<ConvertMetadata> converts,
MetadataClass referenceClass,
MetadataClass referenceClassWithGenerics)
INTERNAL:
Process a convert value which specifies the name of an EclipseLink
converter to process with this accessor's mapping.
|
void |
EmbeddedAccessor.setConverts(List<ConvertMetadata> converts)
INTERNAL:
Used for OX mapping.
|
void |
DirectAccessor.setConverts(List<ConvertMetadata> converts)
INTERNAL:
Used for OX mapping.
|
void |
ElementCollectionAccessor.setMapKeyConverts(List<ConvertMetadata> mapKeyConverts)
INTERNAL:
Used for OX mapping.
|
void |
CollectionAccessor.setMapKeyConverts(List<ConvertMetadata> mapKeyConverts)
INTERNAL:
Used for OX mapping.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.