List of usage examples for org.hibernate.engine.spi SessionImplementor interface-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 {