java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.hibernate.test.TestCase
org.hibernate.test.stats.StatsTest
- All Implemented Interfaces:
- junit.framework.Test
- public class StatsTest
- extends org.hibernate.test.TestCase
Show the difference between fetch and load
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class org.hibernate.test.TestCase |
afterSessionFactoryBuilt, appliesTo, assertClassAssignability, assertElementTypeAssignability, 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 |
StatsTest
public StatsTest(java.lang.String x)
testCollectionFetchVsLoad
public void testCollectionFetchVsLoad()
throws java.lang.Exception
testQueryStatGathering
public void testQueryStatGathering()
fillDb
private Continent fillDb(org.hibernate.Session s)
cleanDb
private void cleanDb(org.hibernate.Session s)
configure
protected void configure(org.hibernate.cfg.Configuration cfg)
getMappings
protected java.lang.String[] getMappings()
suite
public static junit.framework.Test suite()