org.eclipse.jpt.jpa.core.context.java
Class JavaLobConverter.Adapter

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

public static class JavaLobConverter.Adapter
extends JavaConverter.AbstractAdapter


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

Method Detail

instance

public static JavaLobConverter.Adapter instance()

getConverterType

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


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(JavaResourcePersistentAttribute)