Example usage for org.hibernate.cache.internal RegionFactoryInitiator subclass-usage

List of usage examples for org.hibernate.cache.internal RegionFactoryInitiator subclass-usage

Introduction

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

Usage

From source file org.jboss.as.jpa.hibernate5.service.CustomRegionFactoryInitiator.java

/**
 * @author Steve Ebersole
 */
public class CustomRegionFactoryInitiator extends RegionFactoryInitiator {
    @Override
    protected RegionFactory getFallback(Map configurationValues, ServiceRegistryImplementor registry) {

From source file org.jboss.as.jpa.hibernate5.service.WildFlyCustomRegionFactoryInitiator.java

/**
 * @author Steve Ebersole
 * @author Scott Marlow
 */
public class WildFlyCustomRegionFactoryInitiator extends RegionFactoryInitiator {