Example usage for org.hibernate StatelessSession interface-usage

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

Introduction

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

Usage

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

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

From source file org.babyfish.hibernate.internal.XStatelessSessionImpl.java

/**
 * @author Tao Chen
 */
@SuppressWarnings("rawtypes")
public class XStatelessSessionImpl implements StatelessSession {