java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.hibernate.test.TestCase
org.hibernate.test.hql.ScrollableCollectionFetchingTest
- All Implemented Interfaces:
- junit.framework.Test
- public class ScrollableCollectionFetchingTest
- extends org.hibernate.test.TestCase
Tests the new functionality of allowing scrolling of results which
contain collection fetches.
Fields inherited from class junit.framework.TestCase |
|
Methods inherited from class org.hibernate.test.TestCase |
afterSessionFactoryBuilt, appliesTo, assertClassAssignability, assertElementTypeAssignability, configure, dialectIsCaseSensitive, dialectSupportsEmptyInList, dropAfterFailure, fullTestName, getBaseForMappings, getCacheConcurrencyStrategy, getCfg, getDialect, getExtraProperties, getSessions, openSession, openSession, overrideCacheStrategy, readCommittedIsolationMaintained, recreateSchema, reportSkip, reportSkip, runTest, setCfg, setUp, sfi |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
ScrollableCollectionFetchingTest
public ScrollableCollectionFetchingTest(java.lang.String name)
suite
public static junit.framework.Test suite()
getMappings
protected java.lang.String[] getMappings()
testTupleReturnFails
public void testTupleReturnFails()
testScrollingJoinFetchesForward
public void testScrollingJoinFetchesForward()
testScrollingJoinFetchesReverse
public void testScrollingJoinFetchesReverse()
testScrollingJoinFetchesPositioning
public void testScrollingJoinFetchesPositioning()
checkResult
private void checkResult(Animal animal)