org.eclipse.jpt.jpa.core.context.java
Class JavaBaseTemporalConverter.AbstractAdapter
java.lang.Object
org.eclipse.jpt.jpa.core.context.java.JavaConverter.AbstractAdapter
org.eclipse.jpt.jpa.core.context.java.JavaBaseTemporalConverter.AbstractAdapter
- All Implemented Interfaces:
- JavaConverter.Adapter
- Direct Known Subclasses:
- JavaBaseTemporalConverter.BasicAdapter, JavaBaseTemporalConverter.ElementCollectionAdapter
- Enclosing interface:
- JavaBaseTemporalConverter
public abstract static class JavaBaseTemporalConverter.AbstractAdapter
- extends JavaConverter.AbstractAdapter
getConverterType
public Class<BaseTemporalConverter> 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)
Copyright (c) 2012 Oracle. All rights reserved.