- All Implemented Interfaces:
- Serializable, DatastoreProvider, org.hibernate.service.Service, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable
public class InfinispanDatastoreProvider
extends BaseDatastoreProvider
implements org.hibernate.service.spi.Startable, org.hibernate.service.spi.Stoppable, org.hibernate.service.spi.ServiceRegistryAwareService, org.hibernate.service.spi.Configurable
Provides access to Infinispan's CacheManager; one CacheManager is needed for all caches,
it can be taken via JNDI or started by this ServiceProvider; in this case it will also
be stopped when no longer needed.
- Author:
- Sanne Grinovero, Emmanuel Bernard <emmanuel@hibernate.org>
- See Also:
- Serialized Form