Re: [Hibernate] date for 3.0.1 ?

2005-04-21 Thread Max Rydahl Andersen
On Thu, 21 Apr 2005 23:12:29 +0200, Ricardo Moral <[EMAIL PROTECTED]> wrote: Attached to this mail is an output example. There are some layout bugs that I must fix (table alignment) and there is a lot of info missing (usage of columns and tables in classes). But you can get an idea on how it b

Re: [Hibernate] date for 3.0.1 ?

2005-04-21 Thread Max Rydahl Andersen
On Thu, 21 Apr 2005 17:10:29 +0200, Ricardo Moral <[EMAIL PROTECTED]> wrote: looks good. cant wait ,) /max So the final structure would be something like (very similar to Javadoc): /doc /tables table-overview.html /somecatalog/childschema/tablename.html (one per class) /cla

Re: [Hibernate] date for 3.0.1 ?

2005-04-21 Thread Ricardo Moral
Ok. I'll do that. I have in mind two sets of docs related to each other. One for the Table structure and another one for the Classes. Both based on the mapping files. With links that let you navigate between them. For tables you'll have an overview html doc will al the tables and columns per tabl

Re: [Hibernate] date for 3.0.1 ?

2005-04-21 Thread Max Rydahl Andersen
On Thu, 21 Apr 2005 16:44:25 +0200, Ricardo Moral <[EMAIL PROTECTED]> wrote: This is one of the things that bugs me to, but until know I haven't needed it. Please add a jira for it so we can get non-mapping code can call this from the outside. But anyhow - you should actually in almost 99% ca

AW: AW: [Hibernate] Hibernate Annotations: next steps

2005-04-21 Thread Pesch, Christian
> @ManyToOne() > @JoinColumn(name="sourceId", insertable=false, updatable=false) > > should work Yes, it does. --- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in

Re: AW: [Hibernate] Hibernate Annotations: next steps

2005-04-21 Thread Emmanuel Bernard
@ManyToOne() @JoinColumn(name="sourceId", insertable=false, updatable=false) should work Pesch, Christian wrote: Thanks to Matthew Inger and a damn good debugger party through the internals of Hibernate metadata, we now have the long awaited support for List, including the infamous implicit ma