Example usage for org.hibernate.engine.spi SessionImplementor interface-usage

List of usage examples for org.hibernate.engine.spi SessionImplementor interface-usage

Introduction

In this page you can find the example usage for org.hibernate.engine.spi SessionImplementor interface-usage.

Usage

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

/**
 * @author Tao Chen
 */
public interface XSessionImplementor extends SessionImplementor {

    @Override

From source file org.candlepin.test.SessionWrapper.java

/**
 * The SessionWrapper is a utility class intended to be used in places where we need to spy on an
 * existing session instance, but are unable to due to the "final" nature of Hibernate's
 * SessionImpl class.
 */
public class SessionWrapper implements SessionImplementor {