Dali Provisional API
Release 3.2

org.eclipse.jpt.jpa.core.context.java
Interface JavaGeneratorContainer.ParentAdapter

All Known Subinterfaces:
JavaIdMapping
Enclosing interface:
JavaGeneratorContainer

public static interface JavaGeneratorContainer.ParentAdapter

Parent adapter


Method Summary
 JpaContextNode getGeneratorContainerParent()
          Return the container's parent.
 JavaResourceAnnotatedElement getResourceAnnotatedElement()
          Return the element that is annotated with generators.
 boolean parentSupportsGenerators()
          Return whether the container's parent supports generators.
 

Method Detail

getGeneratorContainerParent

JpaContextNode getGeneratorContainerParent()
Return the container's parent.


getResourceAnnotatedElement

JavaResourceAnnotatedElement getResourceAnnotatedElement()
Return the element that is annotated with generators.


parentSupportsGenerators

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.