org.nakedobjects.runtime.persistence.adapterfactory
Interface AdapterFactory
- All Superinterfaces:
- Component, Injectable, SessionScopedComponent
- All Known Implementing Classes:
- AdapterFactoryAbstract, PojoAdapterFactory
public interface AdapterFactory
- extends SessionScopedComponent, Injectable
Polymorphic instantiation of NakedObject.
Introduced to allow subclasses of NakedObject with support for OneToOneAssociationInstance
and so on.
createAdapter
NakedObject createAdapter(java.lang.Object pojo,
Oid oid)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.