Example usage for org.hibernate.context.internal JTASessionContext subclass-usage

List of usage examples for org.hibernate.context.internal JTASessionContext subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.context.internal JTASessionContext subclass-usage.

Usage

From source file org.babyfish.hibernate.context.internal.JTAXSessionContext.java

/**
 * @author Tao Chen
 */
public class JTAXSessionContext extends JTASessionContext implements CurrentXSessionContext {

    private static final long serialVersionUID = 4595992296836734493L;

From source file org.springframework.orm.hibernate4.SpringJtaSessionContext.java

/**
 * Spring-specific subclass of Hibernate's JTASessionContext,
 * setting {@code FlushMode.MANUAL} for read-only transactions.
 *
 * @author Juergen Hoeller
 * @since 3.1

From source file org.springframework.orm.hibernate43.SpringJtaSessionContext.java

/**
 * Spring-specific subclass of Hibernate's JTASessionContext,
 * setting {@code FlushMode.MANUAL} for read-only transactions.
 *
 * @author Juergen Hoeller
 * @since 3.1

From source file org.springframework.orm.hibernate5.SpringJtaSessionContext.java

/**
 * Spring-specific subclass of Hibernate's JTASessionContext,
 * setting {@code FlushMode.MANUAL} for read-only transactions.
 *
 * @author Juergen Hoeller
 * @since 4.2