|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateTimestampsCache | |
|---|---|
| org.hibernate.cache.internal | |
| org.hibernate.cache.spi | Defines the Hibernate second level caching SPI. |
| org.hibernate.engine.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
| Uses of UpdateTimestampsCache in org.hibernate.cache.internal |
|---|
| Methods in org.hibernate.cache.internal with parameters of type UpdateTimestampsCache | |
|---|---|
QueryCache |
StandardQueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props)
|
| Constructors in org.hibernate.cache.internal with parameters of type UpdateTimestampsCache | |
|---|---|
StandardQueryCache(Settings settings,
Properties props,
UpdateTimestampsCache updateTimestampsCache,
String regionName)
|
|
| Uses of UpdateTimestampsCache in org.hibernate.cache.spi |
|---|
| Methods in org.hibernate.cache.spi with parameters of type UpdateTimestampsCache | |
|---|---|
QueryCache |
QueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props)
|
| Uses of UpdateTimestampsCache in org.hibernate.engine.spi |
|---|
| Methods in org.hibernate.engine.spi that return UpdateTimestampsCache | |
|---|---|
UpdateTimestampsCache |
SessionFactoryImplementor.getUpdateTimestampsCache()
Get the cache of table update timestamps |
UpdateTimestampsCache |
CacheImplementor.getUpdateTimestampsCache()
Get UpdateTimestampsCache instance managed by the SessionFactory. |
| Uses of UpdateTimestampsCache in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal that return UpdateTimestampsCache | |
|---|---|
UpdateTimestampsCache |
CacheImpl.getUpdateTimestampsCache()
|
UpdateTimestampsCache |
SessionFactoryImpl.getUpdateTimestampsCache()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||