A bare-bones transaction test.

Seems to be working...
This commit is contained in:
Michael Bayne
2014-10-01 14:48:47 -07:00
parent 9cead5e7e5
commit 07934f0187
3 changed files with 54 additions and 1 deletions
@@ -115,6 +115,14 @@ public abstract class DepotRepository
CONTENTS
}
/**
* Returns the persistence context used by this repository.
*/
public PersistenceContext ctx ()
{
return _ctx;
}
/**
* Loads the persistent object that matches the specified primary key.
*