| net.sourceforge.jaxor.example.tests.JaxorTestCase net.sourceforge.jaxor.example.tests.MultiTableTestCase
All known Subclasses: net.sourceforge.jaxor.example.tests.CacheTest, net.sourceforge.jaxor.tests.GeneratedCodeTest, net.sourceforge.jaxor.example.tests.UnitOfWorkSerializationTest, net.sourceforge.jaxor.example.domain.tests.CascadingDeleteTest, net.sourceforge.jaxor.tests.LazyProxyTest, net.sourceforge.jaxor.example.tests.TableTestCase, net.sourceforge.jaxor.example.users.tests.ManyToManyTest, net.sourceforge.jaxor.example.tests.SelectAllOrderByTest, net.sourceforge.jaxor.example.tests.HsqldbTest, net.sourceforge.jaxor.example.tests.QueryTest, net.sourceforge.jaxor.example.tests.ConcurrencyTest, net.sourceforge.jaxor.example.tests.ClassTableInheritanceTest,
MultiTableTestCase | abstract public class MultiTableTestCase extends JaxorTestCase (Code) | | This is base test cases for testing against an in-memory hypersonic database.
The test case creates and drops the tables in setup/teardown.
Also a JaxorContext is created and registered to JaxorSession for convenience.
|
MultiTableTestCase | public MultiTableTestCase()(Code) | | |
commit | protected void commit()(Code) | | Commits the context and begins a new session
|
isMckoiTest | public boolean isMckoiTest()(Code) | | |
isSqlServerTest | public boolean isSqlServerTest()(Code) | | The version of sqlserver used for integration testing does not support
certain transaction isolation levels. i.e. insert and delete in of the same
row in the same transactions.
|
|
|