test.ojb.broker
Class RowReaderTestImpl

java.lang.Object
  |
  +--ojb.broker.accesslayer.RowReaderDefaultImpl
        |
        +--test.ojb.broker.RowReaderTestImpl
All Implemented Interfaces:
RowReader, java.io.Serializable

public class RowReaderTestImpl
extends RowReaderDefaultImpl

See Also:
Serialized Form

Constructor Summary
RowReaderTestImpl()
           
 
Method Summary
 java.lang.Object readObjectFrom(java.lang.Object[] row, ClassDescriptor cld)
          materialize a single object of a type described by cld, from the first row of the ResultSet rs.
 
Methods inherited from class ojb.broker.accesslayer.RowReaderDefaultImpl
buildWithMultiArgsConstructor, buildWithReflection, readObjectArrayFrom, readPkValuesFrom, selectClassDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowReaderTestImpl

public RowReaderTestImpl()
Method Detail

readObjectFrom

public java.lang.Object readObjectFrom(java.lang.Object[] row,
                                       ClassDescriptor cld)
materialize a single object of a type described by cld, from the first row of the ResultSet rs. the implementor of this class must not care for materialiing references or collection attributes, this is done later!

Specified by:
readObjectFrom in interface RowReader
Overrides:
readObjectFrom in class RowReaderDefaultImpl


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04