Example usage for org.hibernate SessionBuilder interface-usage

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

Introduction

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

Usage

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

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

From source file org.babyfish.hibernate.XSessionBuilder.java

/**
 * @author Tao Chen
 */
public interface XSessionBuilder extends SessionBuilder {

    @Override