Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.eclipselink.core.context.java
Interface JavaEclipseLinkConverterContainer.ParentAdapter

All Known Subinterfaces:
EclipseLinkJavaConvertibleMapping
Enclosing interface:
JavaEclipseLinkConverterContainer

public static interface JavaEclipseLinkConverterContainer.ParentAdapter

Parent adapter


Method Summary
 JpaContextNode getConverterContainerParent()
          Return the container's parent.
 JavaResourceAnnotatedElement getJavaResourceAnnotatedElement()
          Return the element that is annotated with converters.
 boolean parentSupportsConverters()
          Return whether the container's parent supports converters.
 

Method Detail

getConverterContainerParent

JpaContextNode getConverterContainerParent()
Return the container's parent.


getJavaResourceAnnotatedElement

JavaResourceAnnotatedElement getJavaResourceAnnotatedElement()
Return the element that is annotated with converters.


parentSupportsConverters

boolean parentSupportsConverters()
Return whether the container's parent supports converters. (Virtual attributes do not support converters.)


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.