Example usage for javax.persistence EntityTransaction interface-usage

List of usage examples for javax.persistence EntityTransaction interface-usage

Introduction

In this page you can find the example usage for javax.persistence EntityTransaction interface-usage.

Usage

From source file org.castor.jpa.CastorEntityTransaction.java

/**
 * {@link CastorEntityTransaction} implements and projects
 * {@link EntityTransaction} to the Castor equivalent, the {@link Database}.
 * Most of the operations are delegated directly to the local {@link Database}
 * instance.
 *