mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
removed deprecated annotation from forExample method
This commit is contained in:
parent
380b1af9eb
commit
07e101f8d2
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user