Class QueryWrapper<R>

java.lang.Object
net.sf.basedb.core.hibernate.QueryWrapper<R>
All Implemented Interfaces:
javax.persistence.Query, javax.persistence.TypedQuery<R>, BasicQueryContract<CommonQueryContract>, Query<R>, CommonQueryContract, Query<R>
Direct Known Subclasses:
EntityQueryWrapper, NativeQueryWrapper

public class QueryWrapper<R>
extends Object
implements Query<R>
A simple wrapper around hibernate queries which simply forwards all calls to a parent query.
Version:
2.5
Author:
nicklas
Last modified
$Date: 2019-06-14 12:49:14 +0200 (fre, 14 juni 2019) $