Example usage for org.hibernate SQLQuery interface-usage

List of usage examples for org.hibernate SQLQuery interface-usage

Introduction

In this page you can find the example usage for org.hibernate SQLQuery interface-usage.

Usage

From source file com.github.jmnarloch.hstreams.StreamSQLQuery.java

/**
 * A wrapper around the {@link SQLQuery} interface that overrides most of the methods return types.
 *
 * @param <T> the actual SQL query type
 * @author Jakub Narloch
 */