org.apache.openjpa.persistence
Class AnnotationPersistenceMetaDataParser.FetchAttributeImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationPersistenceMetaDataParser.FetchAttributeImpl
public AnnotationPersistenceMetaDataParser.FetchAttributeImpl(String name,
int recursionDepth)
name
public String name()
recursionDepth
public int recursionDepth()
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.