[Hibernate] Hibernate, Transactionality, & Concurrency

2004-03-18 Thread William R. Lorenz
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

[Hibernate] Projects Using Hibernate (& Architecture)

2004-01-30 Thread William R. Lorenz
;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

Re: [Hibernate] Object Relational Mapping Performance (Hibernate)

2003-11-04 Thread William R. Lorenz
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

[Hibernate] Object Relational Mapping Performance (Hibernate)

2003-11-03 Thread William R. Lorenz
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 ---

[Hibernate] Re: [Hibernate-issues] Hibernate QL: Inner Joins

2003-10-17 Thread William R. Lorenz
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

[Hibernate] Hibernate QL: Inner Joins

2003-10-17 Thread William R. Lorenz
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.

Re: [Hibernate] Problem With query in Hibernate

2003-09-29 Thread William R. Lorenz
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

Re: [Hibernate] Hibernate Bug? [ConcurrentModificationException]

2003-09-27 Thread William R. Lorenz
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

[Hibernate] Hibernate Bug? [ConcurrentModificationException]

2003-09-26 Thread William R. Lorenz
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.