org.apache.openjpa.persistence
Class AnnotationPersistenceMetaDataParser.FetchGroupImpl
java.lang.Object
   org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser.FetchGroupImpl
org.apache.openjpa.persistence.AnnotationPersistenceMetaDataParser.FetchGroupImpl
- Enclosing class:
- AnnotationPersistenceMetaDataParser
- static class AnnotationPersistenceMetaDataParser.FetchGroupImpl 
- extends Object
An internal class used to mimic the FetchGroup annotation.
 This is needed to process the fetch-group 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.FetchGroupImpl
AnnotationPersistenceMetaDataParser.FetchGroupImpl(String name,
                                                   boolean postLoad)
name
public String name()
- 
 
postLoad
public boolean postLoad()
- 
 
attributes
public AnnotationPersistenceMetaDataParser.FetchAttributeImpl[] attributes()
- 
 
fetchGroups
public String[] fetchGroups()
- 
 
setAttributes
public void setAttributes(AnnotationPersistenceMetaDataParser.FetchAttributeImpl[] attributes)
- 
 
setFetchGroups
public void setFetchGroups(String[] fetchGroups)
- 
 
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.