Re: [Hibernate] API proposals

2005-09-05 Thread Darryl L. Miles
Max Rydahl Andersen wrote: I don't follow your idea in #2 and #3 - is it related to StatelessSession ? /max This is new work for 3.1 that I've not seen. I've just taken a look through the interface, from what I'm understanding this looks great to deal with whole objects at a time. Wh

Re: [Hibernate] API proposals

2005-09-05 Thread Max Rydahl Andersen
I don't follow your idea in #2 and #3 - is it related to StatelessSession ? /max As I say request for comments, so flaming is welcome. 1) A trivial thing being able to call delete on an object by only knowing its OID. Session.delete(Class klass, Serializable id); This would for non-cas

Re: [Hibernate] API proposals

2005-09-05 Thread Darryl L. Miles
As I say request for comments, so flaming is welcome. 1) A trivial thing being able to call delete on an object by only knowing its OID. Session.delete(Class klass, Serializable id); This would for non-cascade object simply execute a delete statement and evict any copy from the cache. For

Re: [Hibernate] API proposals

2005-09-05 Thread Max Rydahl Andersen
Whats the formal procedure to request additions to the existing APIs ? post ideas here or in the jira. patches helps good ideas to be adopted even faster. -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] htt

[Hibernate] API proposals

2005-09-05 Thread Darryl L. Miles
Whats the formal procedure to request additions to the existing APIs ? I would like to circulate some request for comment ideas before committing to contribute code for your review, so I can gauge if such contributions have solid grounding for inclusion. -- Darryl L. Miles --