[OJB-developers] conversion strategy for extent classes
Brought to you by:
thma
From: Jakob B. <jbr...@ho...> - 2002-05-02 19:41:32
|
hi, while cleaning up the Article-samples i found that the conversionStrategy defined in the base class is not propagated to the extents. the extents both have the default conversion strategy: <class.name>test.ojb.broker.Article</class.name> ... <class.extent>test.ojb.broker.BookArticle</class.extent> <class.extent>test.ojb.broker.CdArticle</class.extent> ... <conversionStrategy>test.ojb.broker.ArticleConversionStrategy</conversionStr ategy> is this by design ? jakob |