| Modifier and Type | Method and Description |
|---|---|
Convert |
EntityImpl.addConvert() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConvertImpl
JPA scripting API implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Convert |
ConvertImpl.setAttributeName(String attributeName) |
Convert |
ConvertImpl.setConverter(String converter) |
Convert |
ConvertImpl.setDisableConversion(Boolean disableConversion) |
| Modifier and Type | Method and Description |
|---|---|
Convert |
EmbeddedImpl.addConvert() |
Convert |
AbstractDirectMappingImpl.addConvert()
This covers the JPA 2.1 use case where multiple converts can be added.
|
Convert |
ElementCollectionImpl.addMapKeyConvert()
This covers the JPA 2.1 use case where multiple converts can be added.
|
Convert |
AbstractCollectionMappingImpl.addMapKeyConvert()
This covers the JPA 2.1 use case where multiple converts can be added.
|
| Modifier and Type | Method and Description |
|---|---|
Convert |
Entity.addConvert() |
Convert |
Embedded.addConvert() |
Convert |
ElementCollection.addConvert() |
Convert |
Basic.addConvert() |
Convert |
OneToMany.addMapKeyConvert() |
Convert |
ManyToMany.addMapKeyConvert() |
Convert |
ElementCollection.addMapKeyConvert() |
Convert |
Convert.setAttributeName(String attributeName) |
Convert |
Convert.setConverter(String converter) |
Convert |
Convert.setDisableConversion(Boolean disableConversion) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.