@ContextConfiguration(locations="classpath:lpr-test-context.xml") @TransactionConfiguration(transactionManager="JtaTxManager", defaultRollback=false) public class TestLprServiceTransactionallyImpl extends Object
| Constructor and Description |
|---|
TestLprServiceTransactionallyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
LprDao |
getLprDao() |
LprService |
getLprService() |
void |
setLprDao(LprDao lprDao) |
void |
setLprService(LprService lprService) |
void |
setUp() |
void |
testDeleteOrphanAnnotation()
Tests that the deleteOrphan JPA annotation is working properly.
|
public TestLprServiceTransactionallyImpl()
public LprService getLprService()
public void setLprService(LprService lprService)
public void setUp()
public void cleanup()
public void testDeleteOrphanAnnotation() throws Exception
ExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.