public class PersistenceLoader extends Object
| Constructor and Description |
|---|
PersistenceLoader(android.content.Context context,
PersistenceContext persistenceContext)
Create PersistenceLoader object
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
execute(String persistenceUnit,
PersistenceWork persistenceWork)
Execute persistence work.
|
void |
setUserTransactionMode(boolean value)
Set user transaction mode.
|
public PersistenceLoader(android.content.Context context,
PersistenceContext persistenceContext)
context - Android Application Contextpublic void setUserTransactionMode(boolean value)
value - booleanpublic Executable execute(String persistenceUnit, PersistenceWork persistenceWork)
This documentation is licensed by Andrew Bowley under the GPLv3 License.