Package | Description |
---|---|
org.apache.jdo.store |
This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation.
|
Modifier and Type | Method and Description |
---|---|
Connector |
StoreManager.getConnector()
Returns a Connector suitable for committing or rolling back operations
on this store.
|
Connector |
StoreManager.getConnector(java.lang.String userid,
java.lang.String password)
Returns a Connector suitable for committing or rolling back operations
on this store for a specific userid.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.