org.apache.ojb.broker
Class RowReaderTestImpl

java.lang.Object
  extended byorg.apache.ojb.broker.accesslayer.RowReaderDefaultImpl
      extended byorg.apache.ojb.broker.RowReaderTestImpl
All Implemented Interfaces:
RowReader, java.io.Serializable

public class RowReaderTestImpl
extends RowReaderDefaultImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ojb.broker.accesslayer.RowReader
serialVersionUID
 
Constructor Summary
RowReaderTestImpl(ClassDescriptor cld)
           
 
Method Summary
 java.lang.Object readObjectFrom(java.util.Map row)
          materialize a single object of a type described by cld, from the first row of the ResultSet rs.
 
Methods inherited from class org.apache.ojb.broker.accesslayer.RowReaderDefaultImpl
buildWithMultiArgsConstructor, buildWithReflection, getClassDescriptor, readObjectArrayFrom, readPkValuesFrom, refreshObject, selectClassDescriptor, setClassDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowReaderTestImpl

public RowReaderTestImpl(ClassDescriptor cld)
Method Detail

readObjectFrom

public java.lang.Object readObjectFrom(java.util.Map row)
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 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14