org.xorm
Interface Configurable

All Known Subinterfaces:
DataCache
All Known Implementing Classes:
ConnectionInfo, FetchGroupManager, HeapDatastore, LRUCache, ModelMapping

public interface Configurable

A common interface to denote that an object can be configured.


Method Summary
 void setFactory(InterfaceManagerFactory factory)
           
 void setProperties(Properties properties)
           
 

Method Detail

setProperties

public void setProperties(Properties properties)

setFactory

public void setFactory(InterfaceManagerFactory factory)


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