If the build.xml used to generate hibernate beans from DB produces POJO beans without annotations, then add hbm2java tag property “ejb3” :
... <hbm2java ejb3="true"></hbm2java> ...