public class JdoDataStoreFactory extends AbstractDataStoreFactory
| Constructor and Description |
|---|
JdoDataStoreFactory(javax.jdo.PersistenceManagerFactory persistenceManagerFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends Serializable> |
createDataStore(String id)
Returns a new instance of a type-specific data store based on the given unique ID.
|
getDataStorepublic 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 AbstractDataStoreFactoryV - serializable type of the mapped valueid - unique ID to refer to typed data storeIOExceptionCopyright © 2011–2021 Google. All rights reserved.