removed deprecated annotation from forExample method

This commit is contained in:
Timo Westkämper 2008-03-09 18:02:43 +00:00
parent 380b1af9eb
commit 07e101f8d2

View File

@ -58,10 +58,6 @@ public class HqlQuery extends HqlQueryBase<HqlQuery>{
return query;
}
/**
* TODO : replace this with Hibernate Criteria based usage
*/
@Deprecated
public HqlQuery forExample(PathEntity<?> entity, Map<String, Object> map) {
select(entity).from(entity);
try {