public class EhcacheDatastoreProvider extends BaseDatastoreProvider implements org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Configurable
| Modifier and Type | Class and Description |
|---|---|
static class |
EhcacheDatastoreProvider.OgmTransactionManagerLookupDelegate |
| Constructor and Description |
|---|
EhcacheDatastoreProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map map) |
Cache<SerializableKey> |
getAssociationCache() |
Class<? extends GridDialect> |
getDefaultDialect() |
Cache<SerializableKey> |
getEntityCache() |
Cache<SerializableKey> |
getIdentifierCache() |
void |
injectServices(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistryImplementor) |
void |
start() |
void |
stop() |
getDefaultQueryParserServiceType, getSchemaDefinerTypepublic void configure(Map map)
configure in interface org.hibernate.service.spi.Configurablepublic Class<? extends GridDialect> getDefaultDialect()
getDefaultDialect in interface DatastoreProviderpublic void injectServices(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistryImplementor)
injectServices in interface org.hibernate.service.spi.ServiceRegistryAwareServicepublic void start()
start in interface org.hibernate.service.spi.Startablepublic void stop()
stop in interface org.hibernate.service.spi.Stoppablepublic Cache<SerializableKey> getEntityCache()
public Cache<SerializableKey> getAssociationCache()
public Cache<SerializableKey> getIdentifierCache()
Copyright © 2010-2014 Hibernate. All Rights Reserved.