Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.test.legacy
Class FumTest  view FumTest download FumTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.hibernate.test.TestCase
              extended byorg.hibernate.test.legacy.LegacyTestCase
                  extended byorg.hibernate.test.legacy.FumTest
All Implemented Interfaces:
junit.framework.Test

public class FumTest
extends LegacyTestCase


Nested Class Summary
static class FumTest.ABean
           
 
Field Summary
private static short fumKeyShort
           
 
Fields inherited from class org.hibernate.test.legacy.LegacyTestCase
USE_ANTLR_PARSER_PROP
 
Fields inherited from class org.hibernate.test.TestCase
SKIP_LOG
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
FumTest(java.lang.String arg)
           
 
Method Summary
 FumCompositeID fumKey(java.lang.String str)
           
private  FumCompositeID fumKey(java.lang.String str, boolean aCompositeQueryTest)
           
 java.lang.String[] getMappings()
           
static void main(java.lang.String[] args)
           
private  org.hibernate.classic.Session spoofSerialization(org.hibernate.classic.Session session)
           
static junit.framework.Test suite()
           
 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
configure, extractFromSystem
 
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.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, tearDown, toString
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fumKeyShort

private static short fumKeyShort
Constructor Detail

FumTest

public FumTest(java.lang.String arg)
Method Detail

testQuery

public void testQuery()

testCriteriaCollection

public void testCriteriaCollection()
                            throws java.lang.Exception

testCriteria

public void testCriteria()
                  throws java.lang.Exception

testBeanResultTransformer

public void testBeanResultTransformer()
                               throws org.hibernate.HibernateException,
                                      java.sql.SQLException

testListIdentifiers

public void testListIdentifiers()
                         throws java.lang.Exception

fumKey

public FumCompositeID fumKey(java.lang.String str)

fumKey

private FumCompositeID fumKey(java.lang.String str,
                              boolean aCompositeQueryTest)

testCompositeID

public void testCompositeID()
                     throws java.lang.Exception

testCompositeIDOneToOne

public void testCompositeIDOneToOne()
                             throws java.lang.Exception

testCompositeIDQuery

public void testCompositeIDQuery()
                          throws java.lang.Exception

testCompositeIDCollections

public void testCompositeIDCollections()
                                throws java.lang.Exception

testDeleteOwner

public void testDeleteOwner()
                     throws java.lang.Exception

testCompositeIDs

public void testCompositeIDs()
                      throws java.lang.Exception

testKeyManyToOne

public void testKeyManyToOne()
                      throws java.lang.Exception

testCompositeKeyPathExpressions

public void testCompositeKeyPathExpressions()
                                     throws java.lang.Exception

testUnflushedSessionSerialization

public void testUnflushedSessionSerialization()
                                       throws java.lang.Exception

spoofSerialization

private org.hibernate.classic.Session spoofSerialization(org.hibernate.classic.Session session)
                                                  throws java.io.IOException

getMappings

public java.lang.String[] getMappings()

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception