[Hibernate] Compilation errors in v21branch
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
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