Class WildFlyCustomRegionFactoryInitiator

java.lang.Object
org.hibernate.cache.internal.RegionFactoryInitiator
org.jboss.as.jpa.hibernate.service.WildFlyCustomRegionFactoryInitiator
All Implemented Interfaces:
org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.cache.spi.RegionFactory>, org.hibernate.service.spi.ServiceInitiator<org.hibernate.cache.spi.RegionFactory>

public class WildFlyCustomRegionFactoryInitiator extends org.hibernate.cache.internal.RegionFactoryInitiator
Author:
Steve Ebersole, Scott Marlow
  • Field Summary

    Fields inherited from class org.hibernate.cache.internal.RegionFactoryInitiator

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.hibernate.cache.spi.RegionFactory
    resolveRegionFactory(Map<String,Object> configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
     

    Methods inherited from class org.hibernate.cache.internal.RegionFactoryInitiator

    getFallback, getServiceInitiated, initiateService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WildFlyCustomRegionFactoryInitiator

      public WildFlyCustomRegionFactoryInitiator()
  • Method Details

    • resolveRegionFactory

      protected org.hibernate.cache.spi.RegionFactory resolveRegionFactory(Map<String,Object> configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
      Overrides:
      resolveRegionFactory in class org.hibernate.cache.internal.RegionFactoryInitiator