Package | Description |
---|---|
org.hibernate.cache.infinispan | |
org.hibernate.cache.infinispan.tm | |
org.hibernate.cache.internal | |
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
protected org.infinispan.transaction.lookup.TransactionManagerLookup |
InfinispanRegionFactory.createTransactionManagerLookup(Settings settings,
Properties properties) |
void |
InfinispanRegionFactory.start(Settings settings,
Properties properties)
Lifecycle callback to perform any necessary initialization of the
underlying cache implementation(s).
|
Constructor and Description |
---|
HibernateTransactionManagerLookup(Settings settings,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
QueryCache |
StandardQueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props) |
void |
NoCachingRegionFactory.start(Settings settings,
Properties properties) |
Constructor and Description |
---|
StandardQueryCache(Settings settings,
Properties props,
UpdateTimestampsCache updateTimestampsCache,
String regionName) |
Modifier and Type | Method and Description |
---|---|
QueryCache |
QueryCacheFactory.getQueryCache(String regionName,
UpdateTimestampsCache updateTimestampsCache,
Settings settings,
Properties props) |
void |
RegionFactory.start(Settings settings,
Properties properties)
Lifecycle callback to perform any necessary initialization of the
underlying cache implementation(s).
|
Constructor and Description |
---|
UpdateTimestampsCache(Settings settings,
Properties props) |
UpdateTimestampsCache(Settings settings,
Properties props,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
Settings |
SettingsFactory.buildSettings(Properties props,
ServiceRegistry serviceRegistry) |
Settings |
Configuration.buildSettings(Properties props,
ServiceRegistry serviceRegistry) |
Settings |
Configuration.buildSettings(ServiceRegistry serviceRegistry)
Create an object-oriented view of the configuration properties
|
Modifier and Type | Method and Description |
---|---|
Settings |
SessionFactoryImplementor.getSettings() |
Modifier and Type | Method and Description |
---|---|
Settings |
SessionFactoryImpl.getSettings() |
Constructor and Description |
---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
ServiceRegistry serviceRegistry,
Settings settings,
SessionFactoryObserver observer) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.