Re: [Hibernate] "crude" support for custom sql is now in CVS

2004-04-04 Thread Max Rydahl Andersen
Hi! The next step will be for me to add support for callable="true" which will enable us to seamingly have Stored Procedure/function support (with some small restrictions). This is now done ;) e.g. { call createJoinTable(?, ?, ?) } { ? = call updateJoinTable(

[Hibernate] Metadata Annotation commit

2004-04-04 Thread Emmanuel Bernard
Since Joshua and Max did commit yesterday, I can't resist to commit JSR-175 annotation for hibernate soon :-) For now (and I think in the future), it is a pure extension of Hibernate core and Hibernate won't require JDK 1.5. So I'll create a new project in CVS (say HibernateMetadata) that will

[Hibernate] v22branch -> HEAD

2004-04-04 Thread Emmanuel Bernard
Are we still OK with that? If nobody wants, I'll do it. Here is the idea. Branch HEAD to v20branch based on v2003 tag. Add a tag on top of v22branch (MergeFrom22ToHead). Big banging 2.2 into head and commit. Comments very welcome. -- Emmanuel Bernard [EMAIL PROTECTED] http://www.hibernate.org --