Class CouchDBStorageProvider
java.lang.Object
org.sonews.storage.impl.hibernate.couchdb.CouchDBStorageProvider
- All Implemented Interfaces:
StorageProvider
@Component
@Deprecated
public class CouchDBStorageProvider
extends Object
implements StorageProvider
Deprecated.
- Author:
- Christian Lins
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CouchDBStorageProvider
public CouchDBStorageProvider()Deprecated.
-
-
Method Details
-
isSupported
Deprecated.- Specified by:
isSupported
in interfaceStorageProvider
-
storage
Deprecated.Description copied from interface:StorageProvider
This method returns the reference to the associated storage. The reference MAY be unique for each thread. In any case it MUST be thread-safe to use this method.- Specified by:
storage
in interfaceStorageProvider
- Parameters:
thread
-- Returns:
- The reference to the associated Storage.
- Throws:
StorageBackendException
-
dispose
@PreDestroy public void dispose()Deprecated.Description copied from interface:StorageProvider
Closes this storage provider and frees all resources and connections.- Specified by:
dispose
in interfaceStorageProvider
-