public final class CacheNames extends Object
These caches will also be used as "template" for the caches of the respective kinds when using the "cache-per-table" strategy, unless a cache for a given table has been configured explicitly.
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSOCIATION_CACHE |
static String |
ENTITY_CACHE |
static String |
IDENTIFIER_CACHE |
| Constructor and Description |
|---|
CacheNames() |
public static final String ENTITY_CACHE
public static final String ASSOCIATION_CACHE
public static final String IDENTIFIER_CACHE
Copyright © 2010-2015 Hibernate. All Rights Reserved.