private static interface TemporaryDatabaseManager.TempDbManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMyTempDbName()
Retrieve the name of the temporary database used by the current session.
|
boolean |
getNoLock()
Check if the current temporary database can avoid using locks.
|
void |
initializeMyTempDatabase()
Initialize the current temporary database.
|
boolean |
removeMyTempDatabase()
Remove the current temporary database.
|
void initializeMyTempDatabase()
boolean getNoLock()
true if the delegate can avoid using locks.java.lang.String getMyTempDbName()
boolean removeMyTempDatabase()
true if the associated Database can be removed as well.
If true is returned, PersistenceFactory.remove(Database)
will remove the temporary database from the cache.