[Hibernate] Compilation errors in v21branch

2003-09-22 Thread Giedrius Trumpickas
Hi, I'm getting bunch of compilation errors in v21branch. Anyone else expiriencing these problems ? Most of these errors releated to the new features for property getter and setter abstraction. Thanks, Giedrius --- This sf.net email is sp

[Hibernate] Interface / Implementation separation and XDoclet

2003-09-22 Thread Aapo Laakkonen
Where should I put Xdoclet tags, in interface or concrete implementation class? Here is example (user interface): package com.fchaps.model; /** * The User * * @hibernate.classtable="usr" * mutable="true" * proxy="com.fchaps.model.User" */ public