Example usage for org.hibernate.cache.spi.support RegionFactoryTemplate subclass-usage

List of usage examples for org.hibernate.cache.spi.support RegionFactoryTemplate subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.cache.spi.support RegionFactoryTemplate subclass-usage.

Usage

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

/**
 * Hibernate Cache region factory based on Redisson. 
 * Creates own Redisson instance during region start.
 * 
 * @author Nikita Koksharov
 *