Java org.hibernate.cache.cfg.spi DomainDataRegionConfig fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.cache.cfg.spi DomainDataRegionConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.cache.cfg.spi DomainDataRegionConfig.

The text is from its open source code.

Method

ListgetCollectionCaching()
Retrieve the list of all collection data to be stored in this region
ListgetEntityCaching()
Retrieve the list of all entity to be stored in this region
ListgetNaturalIdCaching()
Retrieve the list of all natural-id data to be stored in this region
StringgetRegionName()
Retrieve the unqualified name of this region.