|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JavaTypeMappingDefinition
Map a string key to a type mapping and its corresponding Java annotations.
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Nested Class Summary | |
|---|---|
static class |
JavaTypeMappingDefinition.AnnotationNameTransformer
|
| Field Summary | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<JavaTypeMappingDefinition,String> |
ANNOTATION_NAME_TRANSFORMER
|
| Method Summary | |
|---|---|
JavaTypeMapping |
buildMapping(JavaPersistentType persistentType,
Annotation annotation,
JpaFactory factory)
Build a Java type mapping for the specified persistent type and annotation. |
String |
getAnnotationName()
Return the name of the type mapping's annotation. |
String |
getKey()
Return the type mapping's key. |
Iterable<String> |
getSupportingAnnotationNames()
Return the names of the type mapping's "supporting" annotations. |
| Field Detail |
|---|
static final org.eclipse.jpt.common.utility.transformer.Transformer<JavaTypeMappingDefinition,String> ANNOTATION_NAME_TRANSFORMER
| Method Detail |
|---|
String getKey()
String getAnnotationName()
Iterable<String> getSupportingAnnotationNames()
JavaTypeMapping buildMapping(JavaPersistentType persistentType,
Annotation annotation,
JpaFactory factory)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||