Example usage for org.hibernate.boot.registry.selector StrategyRegistrationProvider interface-usage

List of usage examples for org.hibernate.boot.registry.selector StrategyRegistrationProvider interface-usage

Introduction

In this page you can find the example usage for org.hibernate.boot.registry.selector StrategyRegistrationProvider interface-usage.

Usage

From source file com.amalto.core.storage.DBCPRegistrationProviderImpl.java

public class DBCPRegistrationProviderImpl implements StrategyRegistrationProvider {
    private static final List<StrategyRegistration> REGISTRATIONS = Collections
            .singletonList((StrategyRegistration) new SimpleStrategyRegistrationImpl<>(ConnectionProvider.class,
                    DBCPConnectionProvider.class, "dbcp", DBCPConnectionProvider.class.getSimpleName()));

    @Override

From source file org.infinispan.hibernate.cache.commons.StrategyRegistrationProviderImpl.java

/**
 * Makes the 2 contained region factory implementations available to the Hibernate
 * {@link org.hibernate.boot.registry.selector.spi.StrategySelector} service.
 *
 * @author Steve Ebersole
 */

From source file org.infinispan.hibernate.cache.StrategyRegistrationProviderImpl.java

/**
 * Makes the 2 contained region factory implementations available to the Hibernate
 * {@link org.hibernate.boot.registry.selector.spi.StrategySelector} service.
 *
 * @author Steve Ebersole
 */

From source file org.infinispan.hibernate.cache.v51.StrategyRegistrationProviderImpl.java

/**
 * Makes the contained region factory implementations available to the Hibernate
 * {@link org.hibernate.boot.registry.selector.spi.StrategySelector} service.
 *
 * @author Steve Ebersole
 */

From source file org.infinispan.hibernate.cache.v53.StrategyRegistrationProviderImpl.java

/**
 * Makes the contained region factory implementations available to the Hibernate
 * {@link org.hibernate.boot.registry.selector.spi.StrategySelector} service.
 *
 * @author Steve Ebersole
 */

From source file org.redisson.hibernate.RedissonStrategyRegistrationProvider.java

/**
 * 
 * @author Nikita Koksharov
 *
 */
public class RedissonStrategyRegistrationProvider implements StrategyRegistrationProvider {