[Hibernate] Changes and additions to the XDoclet module.
First off, today I committed into cvs changes to the Hibernate XDoclet module. These changes should bring the module into compliance with the hibernate-mapping-1.1.dtd. I would appreciate it if those of you who are using XDoclet would give this version a go and let me know if there are any problems that need addressing. See the Readme file for details on what has been done. In the next round of work I plan on adding some new functionality. I have parsed through the 1.1 schema at a high level and there actually does not seem to be that much that still requires support. Here is my hit list: Top level collections - is it reasonable to leave these in the merge file or are class level tags desirable? Has anyone noticed anything else that would be useful to support? It is also my intention to get the documentation current and have a reproducable build process in place by the time I am done with this work. If all goes well, I should be able to knock it all off by the end of next week - joel
[Hibernate] Details of hibernate provider for OsUser
I have been looking over the existing OsUser providers and considering the best approach for creating a hibernate provider. There are a two issues I would like to have some feedback on. First off I think that it will be worth the effort to keep it as architecturally generic as possible. Towards that end I am considering using the properties that are passed into the Provider's init() to retrieve a JNDI name for the SessionFactory. Is this sufficiently generic for most user's or does it have to be even more flexible? Second, I am a bit concerned at the usage of the PropertySetManager for storing the user's profile. My first consideration is that it does not fit neatly into the architecture of the applications that I plan to use this for. I could get over that one and would not mind terribly creating two version; one that used the PropertSetManager and one that stored the data directly in my application's objects. What I have a hard time buying into is the extra work to create the Hibernate Propertyset implementation. If I am not mistaken Gavin expressed willingness to do that some time back if someone else did... Did that ever get done? If not is someone willing to bite off that part of this task? - joel --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
[Hibernate] OUTER JOIN and AS in query language
Does anyone have any objections / contributions to make to this proposed new FROM clause syntax: https://sourceforge.net/forum/forum.php?thread_id=774491&forum_id=128638 --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel
