Interface NativeHistoricDetailQuery
- All Superinterfaces:
NativeQuery<NativeHistoricDetailQuery, HistoricDetail>
- All Known Implementing Classes:
NativeHistoricDetailQueryImpl
public interface NativeHistoricDetailQuery
extends NativeQuery<NativeHistoricDetailQuery, HistoricDetail>
Allows querying of
HistoricDetails via native (SQL) queries- Author:
- Henry Yan(http://www.kafeitu.me)
-
Method Summary
Methods inherited from interface NativeQuery
count, list, listPage, parameter, singleResult, sql