org.apache.openjpa.persistence
Class AnnotationPersistenceMetaDataParser.FetchAttributeImpl

java.lang.Object
  extended by org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser.FetchAttributeImpl
Enclosing class:
AnnotationPersistenceMetaDataParser

static class AnnotationPersistenceMetaDataParser.FetchAttributeImpl
extends Object

An internal class used to mimic the FetchAttribute annotation. This is needed to process the fetch-attribute element in xml metadata with common code for the annotation.


Constructor Summary
AnnotationPersistenceMetaDataParser.FetchAttributeImpl(String name, int recursionDepth)
           
 
Method Summary
 String name()
           
 int recursionDepth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationPersistenceMetaDataParser.FetchAttributeImpl

public AnnotationPersistenceMetaDataParser.FetchAttributeImpl(String name,
                                                              int recursionDepth)
Method Detail

name

public String name()

recursionDepth

public int recursionDepth()


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.