org.nakedobjects.plugins.sql.objectstore
Class ObjectMappingLookup

java.lang.Object
  extended by org.nakedobjects.plugins.sql.objectstore.ObjectMappingLookup

public class ObjectMappingLookup
extends java.lang.Object


Constructor Summary
ObjectMappingLookup()
           
 
Method Summary
 void add(NakedObjectSpecification specification, ObjectMapping mapper)
           
 ObjectMapping getMapping(NakedObject object)
           
 ObjectMapping getMapping(NakedObjectSpecification spec)
           
 void init()
           
 void setConnectionPool(DatabaseConnectorPool connectionPool)
           
 void setObjectMappingFactory(ObjectMappingFactory mapperFactory)
           
 void setValueMappingLookup(FieldMappingLookup fieldMappingLookup)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectMappingLookup

public ObjectMappingLookup()
Method Detail

getMapping

public ObjectMapping getMapping(NakedObjectSpecification spec)

getMapping

public ObjectMapping getMapping(NakedObject object)

setConnectionPool

public void setConnectionPool(DatabaseConnectorPool connectionPool)

setObjectMappingFactory

public void setObjectMappingFactory(ObjectMappingFactory mapperFactory)

setValueMappingLookup

public void setValueMappingLookup(FieldMappingLookup fieldMappingLookup)

add

public void add(NakedObjectSpecification specification,
                ObjectMapping mapper)

init

public void init()

shutdown

public void shutdown()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.