public class EhcacheDatastoreProvider extends Object implements DatastoreProvider, 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) |
net.sf.ehcache.CacheManager |
getCacheManager() |
Class<? extends GridDialect> |
getDefaultDialect() |
Class<? extends QueryParserService> |
getDefaultQueryParserServiceType() |
void |
injectServices(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistryImplementor) |
void |
start() |
void |
stop() |
public void configure(Map map)
configure in interface org.hibernate.service.spi.Configurablepublic Class<? extends GridDialect> getDefaultDialect()
getDefaultDialect in interface DatastoreProviderpublic Class<? extends QueryParserService> getDefaultQueryParserServiceType()
getDefaultQueryParserServiceType 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 net.sf.ehcache.CacheManager getCacheManager()
Copyright © 2010-2013 Hibernate. All Rights Reserved.