| java.lang.Object org.apache.ojb.jdori.sql.OjbExtent
OjbExtent | public class OjbExtent implements javax.jdo.Extent(Code) | | See Also: javax.jdo.Extent author: Thomas Mahler |
close | public void close(Iterator pIterator)(Code) | | See Also: javax.jdo.Extent.close(Iterator) |
closeAll | public void closeAll()(Code) | | See Also: javax.jdo.Extent.closeAll |
getCandidateClass | public Class getCandidateClass()(Code) | | See Also: javax.jdo.Extent.getCandidateClass |
getPersistenceManager | public PersistenceManager getPersistenceManager()(Code) | | See Also: javax.jdo.Extent.getPersistenceManager |
hasSubclasses | public boolean hasSubclasses()(Code) | | See Also: javax.jdo.Extent.hasSubclasses |
iterator | public Iterator iterator()(Code) | | See Also: javax.jdo.Extent.iterator |
provideStateManagers | protected Collection provideStateManagers(Collection pojos)(Code) | | This methods enhances the objects loaded by a broker query
with a JDO StateManager an brings them under JDO control.
Parameters: pojos - the OJB pojos as obtained by the broker the collection of JDO PersistenceCapable instances |
|
|