You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by David Zejda <dv...@atlas.cz> on 2004/06/03 21:29:43 UTC

override default row reader

is it possible to specify custom row reader for a whole project or for a
connection?

thanks
David


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org


Re: override default row reader

Posted by Armin Waibel <ar...@apache.org>.
Hi David,

David Zejda wrote:

> is it possible to specify custom row reader for a whole project or for a
> connection?
> 

Try to set

RowReaderDefaultClass=org.apache.ojb.broker.accesslayer.RowReaderMyXXXImpl

in OJB.properties file. This set the specified RowReader as default 
implementation class for the whole project. RowReader specified in 
class-descriptor will override the standard one.

regards,
Armin

> thanks
> David
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-user-help@db.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org