@Deprecated public class JdoDataStoreFactory extends AbstractDataStoreFactory
Constructor and Description |
---|
JdoDataStoreFactory(javax.jdo.PersistenceManagerFactory persistenceManagerFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected <V extends Serializable> |
createDataStore(String id)
Deprecated.
Returns a new instance of a type-specific data store based on the given unique ID.
|
getDataStore
public JdoDataStoreFactory(javax.jdo.PersistenceManagerFactory persistenceManagerFactory)
protected <V extends Serializable> DataStore<V> createDataStore(String id) throws IOException
AbstractDataStoreFactory
The DataStore.getId()
must match the id
parameter from this method.
createDataStore
in class AbstractDataStoreFactory
V
- serializable type of the mapped valueid
- unique ID to refer to typed data storeIOException
Copyright © 2011–2019 Google. All rights reserved.