org.xorm
Class FetchGroupManager

java.lang.Object
  |
  +--org.xorm.FetchGroupManager
All Implemented Interfaces:
Configurable

public class FetchGroupManager
extends Object
implements Configurable


Field Summary
protected  InterfaceManagerFactory factory
           
 
Constructor Summary
FetchGroupManager()
           
 
Method Summary
 DataFetchGroup getDataFetchGroup(ClassMapping classMapping)
           
 void setFactory(InterfaceManagerFactory factory)
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

protected InterfaceManagerFactory factory
Constructor Detail

FetchGroupManager

public FetchGroupManager()
Method Detail

setProperties

public void setProperties(Properties properties)
Specified by:
setProperties in interface Configurable

setFactory

public void setFactory(InterfaceManagerFactory factory)
Specified by:
setFactory in interface Configurable

getDataFetchGroup

public DataFetchGroup getDataFetchGroup(ClassMapping classMapping)


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/FetchGroupManager.html,v 1.4 2004/05/30 08:55:03 wbiggs Exp $