java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.hibernate.test.TestCase
org.hibernate.test.dynamicentity.tuplizer.TuplizerDynamicEntityTest
- All Implemented Interfaces:
- junit.framework.Test
- public class TuplizerDynamicEntityTest
- extends org.hibernate.test.TestCase
Demonstrates use of Tuplizers to allow the use of JDK
dynamic proxies as our
domain model.
Here we plug a custom Interceptor into the session simply to
allow us to not have to explicitly supply the appropriate entity
name to the Session calls.
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 |
TuplizerDynamicEntityTest
public TuplizerDynamicEntityTest(java.lang.String x)
getMappings
protected java.lang.String[] getMappings()
suite
public static junit.framework.TestSuite suite()
testIt
public void testIt()