Re: xdoclet for ibatis

2006-06-30 Thread Vinny
would still use xdoclet outside of legacy apps. Laterz, Vinny On 6/21/06, Dodo <[EMAIL PROTECTED]> wrote: How come there is no hibernate xdoclet equivalent of ibatis xdoclet? Is it really a bad idea to use xdoclet in POJOs to generate 1 to many, 1 to 1, many to many, many to 1 relationshi

Re: Cacheing rowless queries?

2005-12-07 Thread Vinny
On 11/10/05, Paul Benedict <[EMAIL PROTECTED]> wrote: ...While you're at it, I don't think caching > works unless you pass in parameters; I have MANY parameterless queries and I > haven't been able to > see them get cached yet (stay tuned). Is this true? Parameterless queries like SELECT * FROM

Lazy Loading, am I missing something?

2005-11-23 Thread Vinny
I'm trying out the lazy loading feature (I'm using 2.1.5) under jdk 1.42. my setting look like: and I put the cglib-nodep-2.1_3.jar from sf.net into WEB-INF/lib (this is a Struts 1.2.7 project by the way, no Spring involved) restarted my webapp and it is extremely slow now, I'm thinking that