Example usage for org.hibernate.service.spi ServiceRegistryAwareService interface-usage

List of usage examples for org.hibernate.service.spi ServiceRegistryAwareService interface-usage

Introduction

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

Usage

From source file br.com.fabiose.book.utils.MultiTenantConnectionProviderImpl.java

/**
 *
 * @author fabioestrela
 */
public class MultiTenantConnectionProviderImpl
        implements MultiTenantConnectionProvider, ServiceRegistryAwareService {

From source file com.blogspot.hwellmann.multitenancy.hibernate.SchemaMultiTenantConnectionProvider.java

/**
 * @author Harald Wellmann
 *
 */
public class SchemaMultiTenantConnectionProvider extends AbstractDataSourceBasedMultiTenantConnectionProviderImpl
        implements ServiceRegistryAwareService, Stoppable {

From source file com.infinities.keystone4j.jpa.provider.BoneCPConnectionProvider.java

public class BoneCPConnectionProvider
        implements ConnectionProvider, Configurable, Stoppable, ServiceRegistryAwareService {

    private static final long serialVersionUID = 1L;
    /** Config key. */
    protected static final String CONFIG_CONNECTION_DRIVER_CLASS = "hibernate.connection.driver_class";

From source file com.infinities.skyport.jpa.provider.BoneCPConnectionProvider.java

public class BoneCPConnectionProvider
        implements ConnectionProvider, Configurable, Stoppable, ServiceRegistryAwareService {

    private static final long serialVersionUID = 1L;
    /** Config key. */
    protected static final String CONFIG_CONNECTION_DRIVER_CLASS = "hibernate.connection.driver_class";

From source file com.infinities.skyport.jpa.provider.DBCPConnectionProvider.java

public class DBCPConnectionProvider
        implements ConnectionProvider, Configurable, Stoppable, ServiceRegistryAwareService {

    private static final long serialVersionUID = 1L;

    @SuppressWarnings("rawtypes")

From source file com.infinities.skyport.jpa.provider.ProxoolConnectionProvider.java

/**
 * A connection provider that uses a Proxool connection pool. Hibernate will use
 * this by default if the <tt>hibernate.proxool.*</tt> properties are set.
 * 
 * @see ConnectionProvider
 */

From source file org.demoiselle.livraria.core.MultiTenantProvider.java

/**
 * Implementation of @MultiTenantConnectionProvider in Hibernate.
 *
 * @author SERPRO
 *
 */