Re: [Hibernate] Mail Archive

2003-07-31 Thread Gavin . King
Done! :) |-+---> | | "Brian Topping" | | | <[EMAIL PROTECTED]> | | | Sent by:| | | [EMAIL PROTECTED]| | |

Re: [Hibernate] HQL, User defined type

2003-07-31 Thread Gavin . King
Hibernate.custom(MyType.class) |-+---> | | Jenica Humphreys| | | <[EMAIL PROTECTED]> | | | Sent by:| | | [EMAIL PROTECTE

[Hibernate] Uniqueness of fields

2003-07-31 Thread Miroslav Lazarević
Hi, I have a question about uniqueness of objects. Does it possible to tell Hibernate to make unique index on two columns automatically? This xdoclet tag with : /** * @hibernate.property * column="COL_NAME" * unique="true" */ will create unique index in my database on

[Hibernate] hbm2java newbie problem

2003-07-31 Thread Serkan Soykan
Hi,   I'm trying to generate Java source files from a hibernate mapping file using hbm2java and I get the following error:     Mapping file: -   "-//Hibernate/Hibernate Mapping DTD 2.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">      

[Hibernate] Hibernate 2.1 Branch

2003-07-31 Thread Gavin King
I've created a new branch in CVS: v21branch This branch will be used for development of Hibernate 2.1 features. Currently it includes a reworked collection loading algorithm and an implementation of batch loads for collections. All working very nicely, far as I can tell. I will have batch loads f

Re: [Hibernate] Uniqueness of fields

2003-07-31 Thread Gavin . King
yes: unique-key="name" |-+---> | | Miroslav Lazarević | | | <[EMAIL PROTECTED]>| | | Sent by:| | | [EMAIL PROTECTED]| |

Re: [Hibernate] hbm2java newbie problem

2003-07-31 Thread Gavin . King
What JDK is it? this is a very weird problem that people sometimes observe I think we manged to trace it down to a JVM bug. If you are able to help me reproduce this in my environment, I'd really appreciate it. |-+---> | |

RE: [Hibernate] hbm2java newbie problem

2003-07-31 Thread Serkan Soykan
Hi, I'm using JDK 1.4.0, Hibernate 2.0.1 and hibernate-extensions-2.0 Hbm2java.bat is below, I have modified it so that it includes setenv.bat. ** @echo off rem --- rem Execute hbm