java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.hibernate.test.TestCase
org.hibernate.test.DatabaseSpecificTestCase
org.hibernate.test.generatedkeys.identity.IdentityGeneratedKeysTest
- All Implemented Interfaces:
- junit.framework.Test
- public class IdentityGeneratedKeysTest
- extends org.hibernate.test.DatabaseSpecificTestCase
Fields inherited from class junit.framework.TestCase |
|
Methods inherited from class org.hibernate.test.TestCase |
afterSessionFactoryBuilt, assertClassAssignability, assertElementTypeAssignability, dialectIsCaseSensitive, dialectSupportsEmptyInList, dropAfterFailure, fullTestName, getBaseForMappings, getCacheConcurrencyStrategy, getCfg, getDialect, getExtraProperties, getSessions, openSession, openSession, overrideCacheStrategy, readCommittedIsolationMaintained, recreateSchema, reportSkip, reportSkip, 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 |
IdentityGeneratedKeysTest
public IdentityGeneratedKeysTest(java.lang.String name)
configure
protected void configure(org.hibernate.cfg.Configuration cfg)
getMappings
protected java.lang.String[] getMappings()
appliesTo
public boolean appliesTo(org.hibernate.dialect.Dialect dialect)
- Description copied from class:
org.hibernate.test.TestCase
- Intended to indicate that this test class as a whole is intended for
a dialect or series of dialects. Skips here (appliesTo = false), therefore
simply indicate that the given tests target a particular feature of the
current database...
suite
public static junit.framework.Test suite()
testIdentityColumnGeneratedIds
public void testIdentityColumnGeneratedIds()
testPersistOutsideTransaction
public void testPersistOutsideTransaction()
testPersistOutsideTransactionCascadedToNonInverseCollection
public void testPersistOutsideTransactionCascadedToNonInverseCollection()
testPersistOutsideTransactionCascadedToInverseCollection
public void testPersistOutsideTransactionCascadedToInverseCollection()
testPersistOutsideTransactionCascadedToManyToOne
public void testPersistOutsideTransactionCascadedToManyToOne()
testPersistOutsideTransactionCascadedFromManyToOne
public void testPersistOutsideTransactionCascadedFromManyToOne()