org.hibernate.test.legacy
Class FumTest

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.FumTest

public class FumTest
extends LegacyTestCase


Nested Class Summary
static class FumTest.ABean
           
 
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
FumTest()
           
 
Method Summary
static org.hibernate.test.legacy.FumCompositeID fumKey(String str)
           
 String[] getMappings()
           
 void testBeanResultTransformer()
           
 void testCompositeID()
           
 void testCompositeIDCollections()
           
 void testCompositeIDOneToOne()
           
 void testCompositeIDQuery()
           
 void testCompositeIDs()
           
 void testCompositeKeyPathExpressions()
           
 void testCriteria()
           
 void testCriteriaCollection()
           
 void testDeleteOwner()
           
 void testKeyManyToOne()
           
 void testListIdentifiers()
           
 void testQuery()
           
 void testUnflushedSessionSerialization()
           
 
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

FumTest

public FumTest()
Method Detail

getMappings

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

testQuery

public void testQuery()

testCriteriaCollection

public void testCriteriaCollection()
                            throws Exception
Throws:
Exception

testCriteria

public void testCriteria()
                  throws Exception
Throws:
Exception

testBeanResultTransformer

public void testBeanResultTransformer()
                               throws HibernateException,
                                      SQLException
Throws:
HibernateException
SQLException

testListIdentifiers

public void testListIdentifiers()
                         throws Exception
Throws:
Exception

fumKey

public static org.hibernate.test.legacy.FumCompositeID fumKey(String str)

testCompositeID

public void testCompositeID()
                     throws Exception
Throws:
Exception

testCompositeIDOneToOne

public void testCompositeIDOneToOne()
                             throws Exception
Throws:
Exception

testCompositeIDQuery

public void testCompositeIDQuery()
                          throws Exception
Throws:
Exception

testCompositeIDCollections

public void testCompositeIDCollections()
                                throws Exception
Throws:
Exception

testDeleteOwner

public void testDeleteOwner()
                     throws Exception
Throws:
Exception

testCompositeIDs

public void testCompositeIDs()
                      throws Exception
Throws:
Exception

testKeyManyToOne

public void testKeyManyToOne()
                      throws Exception
Throws:
Exception

testCompositeKeyPathExpressions

public void testCompositeKeyPathExpressions()
                                     throws Exception
Throws:
Exception

testUnflushedSessionSerialization

public void testUnflushedSessionSerialization()
                                       throws Exception
Throws:
Exception


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