Example usage for org.hibernate.tool.hbm2ddl ConnectionHelper interface-usage

List of usage examples for org.hibernate.tool.hbm2ddl ConnectionHelper interface-usage

Introduction

In this page you can find the example usage for org.hibernate.tool.hbm2ddl ConnectionHelper interface-usage.

Usage

From source file com.sismics.util.jpa.ManagedProviderConnectionHelper.java

/**
 * A {@link ConnectionHelper} implementation based on an internally
 * built and managed {@link ConnectionProvider}.
 *
 * @author Steve Ebersole
 */

From source file com.sismics.util.jpa.SuppliedConnectionProviderConnectionHelper.java

/**
 * A {@link ConnectionHelper} implementation based on a provided
 * {@link ConnectionProvider}.  Essentially, ensures that the connection
 * gets cleaned up, but that the provider itself remains usable since it
 * was externally provided to us.
 *