But I'm for dropping the model method. :-) At least we *know* that breaks the API. ;-) But it would make much more sense to me, I always found the model() method a bit strange...
Regards, Sebastiaan Jan Kriesten wrote:
hi maurice,Trust me there are plenty :)i assume your talking about an increase of 100 occurences * 6 bytes = 600 bytes increased (unnecessary) code. ;-)I do like the idea of dropping the model method but am not sure Martijn wil sanction such an api break, since 1.4 is supposed to be a drop in replacement (well almost).if the model would be dropped - i could wrap generation of the model without much hassle, too, since all i do in model isdef model( obj: AnyRef ): IModel = new IdLoadableDetachableModel( obj.asInstanceOf[Int] ) { @Override protected def load: T = idLoader( getId ).get }so wrapping the iterator returned by the dao wouldn't be a big thing.as it is now - the iterator has to be of type T, too - and that just simply doesn't work for me now.best regards, --- jan.
smime.p7s
Description: S/MIME Cryptographic Signature
