uff (yet), but I think
I need some if its goodness to make ORM work right. What does everyone
think? Can someone give me a quick run-down on how EJBs might or might
not help, or help to explain some other possible solutions to this stuff?
Any ideas, full or partial, helpful or not, would
;d love to find some great
examples of best practice, things to do, and things not to do.
Does anyone have any suggestions as to which projects I should loook at?
Thanks, in advance.
-- _
__ __ ___ _| | William R. Lorenz <[EMAIL PROTECTED]>
\ V V / '_| | http://www.clevelandl
so
I can improve performance when accessing a subset of large relations?
Any and all inisight would be very much appreciated!
Thanks, in advance.
On Mon, 3 Nov 2003, William R. Lorenz wrote:
> I've recently taken to exploring Hibernate <http://www.hibernate.org/>
> for us
hat I can.
Thanks, in advance, for any thoughts on this.
-- _
__ __ ___ _| | William R. Lorenz <[EMAIL PROTECTED]>
\ V V / '_| | http://www.clevelandlug.net/ ; "Every revolution was
\./\./|_| |_| first a thought in one man's mind." - Ralph Waldo Emerson
---
association
> mapping) and not on an explicit join condition. For an inner join, you
> can of course use theta style, like you did.
-- _
__ __ ___ _| | William R. Lorenz <[EMAIL PROTECTED]>
\ V V / '_| | http://www.clevelandlug.net/ ; "Every revolution was
t now:
String query =
"FROM session IN CLASS org.express.test.Session " +
"WHERE field1 = '" + field1 + "' ";
Can someone point me in the right direction? Thanks, in advance.
-- _
__ __ ___ _| | William R.
him. And the problem is I can't use
> subquery because I use Mysql. thanks
-- _
__ __ ___ _| | William R. Lorenz <[EMAIL PROTECTED]>
\ V V / '_| | http://www.clevelandlug.net/ ; "Every revolution was
\./\./|_| |_| first a thought in one man's mind." - Ra
gt; > > 73:} catch (HibernateException e)
> > > 74:{
> > > 75: transaction.rollback();
> > > 76:}
> > >I'd like to point out that this seems to be an intermittent thing,
> > >occurring more often when I instantiate many objects quickly (the
&g
I instantiate many objects quickly (the quoted
lines 52-72, above, are within a cronstructor in the Object).
Does anyone have any ideas as to what might be happening or where I might
look for additional information in order to track down this bug?
Thanks, in advance, for any response on this.