AW: [OJB-developers] conversion strategy for extent classes
Brought to you by:
thma
From: Mahler T. <tho...@it...> - 2002-05-03 09:18:55
|
Hi, > -----Urspr=FCngliche Nachricht----- > Von: Jakob Braeuchi [mailto:jbr...@ho...] > Gesendet: Donnerstag, 2. Mai 2002 21:46 > An: obj...@li... > Betreff: [OJB-developers] conversion strategy for extent classes >=20 >=20 > hi, >=20 > while cleaning up the Article-samples i found that the=20 > conversionStrategy > defined in the base class is not propagated to the extents.=20 > the extents both > have the default conversion strategy: >=20 > <class.name>test.ojb.broker.Article</class.name> > ... > <class.extent>test.ojb.broker.BookArticle</class.extent> > <class.extent>test.ojb.broker.CdArticle</class.extent> > ... >=20 > <conversionStrategy>test.ojb.broker.ArticleConversionStrategy< /conversionStr > ategy> >=20 > is this by design ? Yes, there is no implicit inheritance propagation in the metadata = layer. everything must be declared in the concrete classes! Of course the semantics could also be changed, but I don't know if it's worth the effort. Thomas >=20 > jakob >=20 > _______________________________________________________________ >=20 > Have big pipes? SourceForge.net is looking for download=20 > mirrors. We supply > the hardware. You get the recognition. Email Us:=20 > ban...@so... > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers >=20 |