org.hibernate.test.legacy
Class MasterDetailTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
          extended by org.hibernate.test.legacy.LegacyTestCase
              extended by org.hibernate.test.legacy.MasterDetailTest

public class MasterDetailTest
extends LegacyTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
BaseCoreFunctionalTestCase.RollbackWork
 
Field Summary
 
Fields inherited from class org.hibernate.test.legacy.LegacyTestCase
USE_ANTLR_PARSER_PROP
 
Fields inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
DIALECT, NO_CLASSES, NO_MAPPINGS, USE_NEW_METADATA_MAPPINGS, VALIDATE_DATA_CLEANUP
 
Constructor Summary
MasterDetailTest()
           
 
Method Summary
 String[] getMappings()
           
protected  boolean isSerializableIsolationEnforced()
           
 void testCachedCollectionRefresh()
           
 void testCascading()
           
 void testCategories()
           
 void testCollectionQuery()
           
 void testCollectionRefresh()
           
 void testCollectionReplace()
           
 void testCollectionReplace2()
           
 void testCollectionReplaceOnUpdate()
           
 void testCopy()
           
 void testCustomPersister()
           
 void testExample()
           
 void testIncomingOutgoing()
           
 void testInterface()
           
 void testMasterDetail()
           
 void testMeta()
           
 void testMixNativeAssigned()
           
 void testMultiLevelCascade()
           
 void testNamedQuery()
           
 void testNonLazyBidirectional()
           
 void testNotNullDiscriminator()
           
 void testNoUpdateManyToOne()
           
 void testOuterJoin()
           
 void testPolymorphicCriteria()
           
 void testQueuedBagAdds()
           
 void testSelfManyToOne()
           
 void testUpdateLazyCollections()
           
 
Methods inherited from class org.hibernate.test.legacy.LegacyTestCase
checkAntlrParserSetting, configure, doDelete, doDelete, doDelete, extractFromSystem
 
Methods inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
addMappings, addMappings, afterConfigurationBuilt, afterConfigurationBuilt, afterSessionFactoryBuilt, afterTest, applyCacheSettings, assertAllDataRemoved, beforeTest, buildConfiguration, buildServiceRegistry, cleanupCache, cleanupTest, configuration, constructConfiguration, createSchema, generateBootstrapRegistry, getAnnotatedClasses, getAnnotatedPackages, getBaseForMappings, getCacheConcurrencyStrategy, getDialect, getXmlFiles, onFailure, openSession, openSession, overrideCacheStrategy, prepareBasicRegistryBuilder, prepareBootstrapRegistryBuilder, prepareTest, readCommittedIsolationMaintained, rebuildSessionFactory, rebuildSessionFactoryOnError, serviceRegistry, sessionFactory
 
Methods inherited from class org.hibernate.testing.junit4.BaseUnitTestCase
releaseTransactions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterDetailTest

public MasterDetailTest()
Method Detail

getMappings

public String[] getMappings()
Overrides:
getMappings in class BaseCoreFunctionalTestCase

testOuterJoin

public void testOuterJoin()
                   throws Exception
Throws:
Exception

testMeta

public void testMeta()
              throws Exception
Throws:
Exception

testCopy

public void testCopy()
              throws Exception
Throws:
Exception

testNotNullDiscriminator

public void testNotNullDiscriminator()
                              throws Exception
Throws:
Exception

testSelfManyToOne

public void testSelfManyToOne()
                       throws Exception
Throws:
Exception

testExample

public void testExample()
                 throws Exception
Throws:
Exception

testNonLazyBidirectional

public void testNonLazyBidirectional()
                              throws Exception
Throws:
Exception

testCollectionQuery

public void testCollectionQuery()
                         throws Exception
Throws:
Exception

testMasterDetail

public void testMasterDetail()
                      throws Exception
Throws:
Exception

testIncomingOutgoing

public void testIncomingOutgoing()
                          throws Exception
Throws:
Exception

testCascading

public void testCascading()
                   throws Exception
Throws:
Exception

testNamedQuery

public void testNamedQuery()
                    throws Exception
Throws:
Exception

testUpdateLazyCollections

public void testUpdateLazyCollections()
                               throws Exception
Throws:
Exception

testMultiLevelCascade

public void testMultiLevelCascade()
                           throws Exception
Throws:
Exception

testMixNativeAssigned

public void testMixNativeAssigned()
                           throws Exception
Throws:
Exception

testCollectionReplaceOnUpdate

public void testCollectionReplaceOnUpdate()
                                   throws Exception
Throws:
Exception

testCollectionReplace2

public void testCollectionReplace2()
                            throws Exception
Throws:
Exception

testCollectionReplace

public void testCollectionReplace()
                           throws Exception
Throws:
Exception

testCategories

public void testCategories()
                    throws Exception
Throws:
Exception

testCollectionRefresh

public void testCollectionRefresh()
                           throws Exception
Throws:
Exception

isSerializableIsolationEnforced

protected boolean isSerializableIsolationEnforced()
                                           throws Exception
Throws:
Exception

testCachedCollectionRefresh

public void testCachedCollectionRefresh()
                                 throws Exception
Throws:
Exception

testCustomPersister

public void testCustomPersister()
                         throws Exception
Throws:
Exception

testInterface

public void testInterface()
                   throws Exception
Throws:
Exception

testNoUpdateManyToOne

public void testNoUpdateManyToOne()
                           throws Exception
Throws:
Exception

testQueuedBagAdds

public void testQueuedBagAdds()
                       throws Exception
Throws:
Exception

testPolymorphicCriteria

public void testPolymorphicCriteria()
                             throws Exception
Throws:
Exception


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.