| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Region | |
|---|---|
| org.hibernate.cache.ehcache.internal.regions | |
| org.hibernate.cache.infinispan.collection | |
| org.hibernate.cache.infinispan.entity | |
| org.hibernate.cache.infinispan.impl | |
| org.hibernate.cache.infinispan.query | |
| org.hibernate.cache.infinispan.timestamp | |
| org.hibernate.cache.spi | |
| org.hibernate.engine.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| Uses of Region in org.hibernate.cache.ehcache.internal.regions | 
|---|
| Classes in org.hibernate.cache.ehcache.internal.regions that implement Region | |
|---|---|
|  class | EhcacheCollectionRegionA collection region specific wrapper around an Ehcache instance. | 
|  class | EhcacheDataRegionAn Ehcache specific data region implementation. | 
|  class | EhcacheEntityRegionAn entity region specific wrapper around an Ehcache instance. | 
|  class | EhcacheQueryResultsRegionA query results region specific wrapper around an Ehcache instance. | 
|  class | EhcacheTimestampsRegionA timestamps region specific wrapper around an Ehcache instance. | 
|  class | EhcacheTransactionalDataRegionAn Ehcache specific TransactionalDataRegion. | 
| Uses of Region in org.hibernate.cache.infinispan.collection | 
|---|
| Classes in org.hibernate.cache.infinispan.collection that implement Region | |
|---|---|
|  class | CollectionRegionImpl | 
| Uses of Region in org.hibernate.cache.infinispan.entity | 
|---|
| Classes in org.hibernate.cache.infinispan.entity that implement Region | |
|---|---|
|  class | EntityRegionImpl | 
| Uses of Region in org.hibernate.cache.infinispan.impl | 
|---|
| Classes in org.hibernate.cache.infinispan.impl that implement Region | |
|---|---|
|  class | BaseGeneralDataRegionSupport for Infinispan GeneralDataRegionimplementors. | 
|  class | BaseRegionSupport for Infinispan Regions. | 
|  class | BaseTransactionalDataRegionSupport for Inifinispan TransactionalDataRegionimplementors. | 
| Uses of Region in org.hibernate.cache.infinispan.query | 
|---|
| Classes in org.hibernate.cache.infinispan.query that implement Region | |
|---|---|
|  class | QueryResultsRegionImpl | 
| Uses of Region in org.hibernate.cache.infinispan.timestamp | 
|---|
| Classes in org.hibernate.cache.infinispan.timestamp that implement Region | |
|---|---|
|  class | TimestampsRegionImplDefines the behavior of the timestamps cache region for Infinispan. | 
| Uses of Region in org.hibernate.cache.spi | 
|---|
| Subinterfaces of Region in org.hibernate.cache.spi | |
|---|---|
|  interface | CollectionRegionDefines the contract for a cache region which will specifically be used to store collection data. | 
|  interface | EntityRegionDefines the contract for a cache region which will specifically be used to store entity data. | 
|  interface | GeneralDataRegionContract for general-purpose cache regions. | 
|  interface | QueryResultsRegionDefines the contract for a cache region which will specifically be used to store query results. | 
|  interface | TimestampsRegionDefines the contract for a cache region which will specifically be used to store entity "update timestamps". | 
|  interface | TransactionalDataRegionDefines contract for regions which hold transactionally-managed data. | 
| Uses of Region in org.hibernate.engine.spi | 
|---|
| Methods in org.hibernate.engine.spi that return Region | |
|---|---|
|  Region | SessionFactoryImplementor.getSecondLevelCacheRegion(String regionName)Get a named second-level cache region | 
| Uses of Region in org.hibernate.internal | 
|---|
| Methods in org.hibernate.internal that return Region | |
|---|---|
|  Region | SessionFactoryImpl.getSecondLevelCacheRegion(String regionName) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||