Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context.java
Class JavaBaseTemporalConverter.MapKeyAdapter

java.lang.Object
  extended by org.eclipse.jpt.jpa.core.context.java.JavaConverter.AbstractAdapter
      extended by org.eclipse.jpt.jpa.core.context.java.JavaBaseTemporalConverter.MapKeyAdapter
All Implemented Interfaces:
JavaConverter.Adapter
Enclosing interface:
JavaBaseTemporalConverter

public static class JavaBaseTemporalConverter.MapKeyAdapter
extends JavaConverter.AbstractAdapter


Nested Class Summary
static class JavaBaseTemporalConverter.MapKeyAdapter.ConverterParentAdapter
           
 
Method Summary
 JavaConverter buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
          Build a converter using the specified converter annotation.
protected  JavaConverter.ParentAdapter buildConverterParentAdapter(JavaAttributeMapping parent)
           
protected  String getAnnotationName()
           
 Class<? extends Converter> getConverterType()
          Return the type of converter handled by the adapter.
static JavaBaseTemporalConverter.MapKeyAdapter instance()
           
 
Methods inherited from class org.eclipse.jpt.jpa.core.context.java.JavaConverter.AbstractAdapter
buildConverter, buildConverterAnnotation, buildConverterAnnotationIfNecessary, buildNewConverter, getConverterAnnotation, removeConverterAnnotation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

instance

public static JavaBaseTemporalConverter.MapKeyAdapter instance()

getConverterType

public Class<? extends Converter> getConverterType()
Description copied from interface: JavaConverter.Adapter
Return the type of converter handled by the adapter.


getAnnotationName

protected String getAnnotationName()
Specified by:
getAnnotationName in class JavaConverter.AbstractAdapter

buildConverter

public JavaConverter buildConverter(Annotation converterAnnotation,
                                    JavaAttributeMapping parent,
                                    JpaFactory factory)
Description copied from interface: JavaConverter.Adapter
Build a converter using the specified converter annotation. This is used when the context model is synchronized with the resource model (and the resource model has changed).

See Also:
JavaConverter.Adapter.getConverterAnnotation(JavaResourceAttribute)

buildConverterParentAdapter

protected JavaConverter.ParentAdapter buildConverterParentAdapter(JavaAttributeMapping parent)
Overrides:
buildConverterParentAdapter in class JavaConverter.AbstractAdapter

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.