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

Quick Search    Search Deep

org.hibernate.test.unionsubclass
Class UnionSubclassTest  view UnionSubclassTest download UnionSubclassTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.hibernate.test.TestCase
              extended byorg.hibernate.test.unionsubclass.UnionSubclassTest
All Implemented Interfaces:
junit.framework.Test

public class UnionSubclassTest
extends org.hibernate.test.TestCase


Field Summary
 
Fields inherited from class org.hibernate.test.TestCase
SKIP_LOG
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
UnionSubclassTest(java.lang.String str)
           
 
Method Summary
protected  java.lang.String[] getMappings()
           
static junit.framework.Test suite()
           
 void testNestedUnionedSubclasses()
           
 void testUnionSubclass()
           
 void testUnionSubclassCollection()
           
 void testUnionSubclassFetchMode()
           
 void testUnionSubclassManyToOne()
           
 void testUnionSubclassOneToMany()
           
 
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.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
 

Constructor Detail

UnionSubclassTest

public UnionSubclassTest(java.lang.String str)
Method Detail

testUnionSubclassCollection

public void testUnionSubclassCollection()

testUnionSubclassFetchMode

public void testUnionSubclassFetchMode()

testUnionSubclassOneToMany

public void testUnionSubclassOneToMany()

testUnionSubclassManyToOne

public void testUnionSubclassManyToOne()

testUnionSubclass

public void testUnionSubclass()

testNestedUnionedSubclasses

public void testNestedUnionedSubclasses()
                                 throws java.lang.Exception

getMappings

protected java.lang.String[] getMappings()

suite

public static junit.framework.Test suite()