RE: [Hibernate] remotely access persistent objects

2003-02-18 Thread Andrej Gabara
is another issue here.   Thx Andrej -Original Message-From: Ara Abrahamian [mailto:[EMAIL PROTECTED]Sent: Monday, February 17, 2003 11:34 PMTo: Andrej Gabara; [EMAIL PROTECTED]Subject: RE: [Hibernate] remotely access persistent objects I think you need someth

[Hibernate] remotely access persistent objects

2003-02-17 Thread Andrej Gabara
  I'm wondering how many people would like to access persistent objects from a remote client directly. I guess most people use servlets/JSP, in which case they don't care about remote accessibility.   Looking at J2EE, entity beans can be accessed remotely. However, every call to an entity

RE: [Hibernate] saveOrUpdate()

2003-01-24 Thread Andrej Gabara
Title: RE: [Hibernate] saveOrUpdate() # > (4) Reintroduce dynamically generated SQL UPDATEs (which only # > update dirty columns), as an option. I implemented this feature # > at one stage, but the performance gains were not what you would # > expect in my tests. However, it is w