Example usage for org.hibernate StatelessSessionBuilder interface-usage

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

Introduction

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

Usage

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

/**
 * A wrapper around the {@link StatelessSessionBuilder} interface that overrides most of the methods return types.
 *
 * @author Jakub Narloch
 */
public interface StreamStatelessSessionBuilder extends StatelessSessionBuilder {