Class NativeQueryWrapper<R>

java.lang.Object
net.sf.basedb.core.hibernate.QueryWrapper<R>
net.sf.basedb.core.hibernate.NativeQueryWrapper<R>
All Implemented Interfaces:
javax.persistence.Query, javax.persistence.TypedQuery<R>, BasicQueryContract<CommonQueryContract>, Query<R>, CommonQueryContract, NativeQuery<R>, Query<R>, SQLQuery<R>, SynchronizeableQuery<R>

public class NativeQueryWrapper<R>
extends QueryWrapper<R>
implements NativeQuery<R>
A simple wrapper around hibernate native (SQL) queries which simply forwards all calls to a parent query.
Since:
3.12.1
Author:
nicklas