public class InfinispanDatastoreProvider extends Object implements DatastoreProvider, org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Configurable
| Constructor and Description |
|---|
InfinispanDatastoreProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map configurationValues) |
org.infinispan.Cache |
getCache(String name) |
Class<? extends GridDialect> |
getDefaultDialect() |
Class<? extends QueryParserService> |
getDefaultQueryParserServiceType() |
org.infinispan.manager.EmbeddedCacheManager |
getEmbeddedCacheManager() |
void |
injectServices(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistry) |
void |
start() |
void |
stop() |
public Class<? extends GridDialect> getDefaultDialect()
getDefaultDialect in interface DatastoreProviderpublic Class<? extends QueryParserService> getDefaultQueryParserServiceType()
getDefaultQueryParserServiceType in interface DatastoreProviderpublic void start()
start in interface org.hibernate.service.spi.Startablepublic org.infinispan.manager.EmbeddedCacheManager getEmbeddedCacheManager()
public org.infinispan.Cache getCache(String name)
public void stop()
stop in interface org.hibernate.service.spi.Stoppablepublic void injectServices(org.hibernate.service.spi.ServiceRegistryImplementor serviceRegistry)
injectServices in interface org.hibernate.service.spi.ServiceRegistryAwareServicepublic void configure(Map configurationValues)
configure in interface org.hibernate.service.spi.ConfigurableCopyright © 2010-2014 Hibernate. All Rights Reserved.