com.triactive.jdo.store
Class TransientIDROF

java.lang.Object
  extended bycom.triactive.jdo.store.TransientIDROF
All Implemented Interfaces:
Query.ResultObjectFactory

public class TransientIDROF
extends java.lang.Object
implements Query.ResultObjectFactory


Constructor Summary
TransientIDROF(PersistenceManager pm, java.lang.Class candidateClass, int[] fieldNumbers, Mapping[] fieldMappings, int[] columnNumbersByField)
           
 
Method Summary
 java.lang.Object getObject(java.sql.ResultSet rs)
          Instantiates a persistent object instance from the current row of the given result set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientIDROF

public TransientIDROF(PersistenceManager pm,
                      java.lang.Class candidateClass,
                      int[] fieldNumbers,
                      Mapping[] fieldMappings,
                      int[] columnNumbersByField)
Method Detail

getObject

public java.lang.Object getObject(java.sql.ResultSet rs)
Description copied from interface: Query.ResultObjectFactory
Instantiates a persistent object instance from the current row of the given result set.

Specified by:
getObject in interface Query.ResultObjectFactory
Parameters:
rs - The result set. The contents of the current row are used to locate or create a corresponding persistent object instance.
Returns:
A persistent object instance.


Copyright ? 2001 TriActive, Inc. All Rights Reserved.