org.hibernate.test.instrument.buildtime
Class InstrumentTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.test.instrument.buildtime.InstrumentTest

public class InstrumentTest
extends BaseUnitTestCase


Nested Class Summary
static class InstrumentTest.SkipCheck
           
 
Constructor Summary
InstrumentTest()
           
 
Method Summary
 void testCustomColumnReadAndWrite()
           
 void testDirtyCheck()
           
 void testFetchAll()
           
 void testLazy()
           
 void testLazyManyToOne()
           
 void testLazyPropertyCustomTypeExecutable()
           
 void testManyToOneProxy()
           
 void testPropertyInitialized()
           
 void testSetFieldInterceptor()
           
 void testSharedPKOneToOne()
           
 
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

InstrumentTest

public InstrumentTest()
Method Detail

testDirtyCheck

public void testDirtyCheck()
                    throws Exception
Throws:
Exception

testFetchAll

public void testFetchAll()
                  throws Exception
Throws:
Exception

testLazy

public void testLazy()
              throws Exception
Throws:
Exception

testLazyManyToOne

public void testLazyManyToOne()
                       throws Exception
Throws:
Exception

testSetFieldInterceptor

public void testSetFieldInterceptor()
                             throws Exception
Throws:
Exception

testPropertyInitialized

public void testPropertyInitialized()
                             throws Exception
Throws:
Exception

testManyToOneProxy

public void testManyToOneProxy()
                        throws Exception
Throws:
Exception

testLazyPropertyCustomTypeExecutable

public void testLazyPropertyCustomTypeExecutable()
                                          throws Exception
Throws:
Exception

testSharedPKOneToOne

public void testSharedPKOneToOne()
                          throws Exception
Throws:
Exception

testCustomColumnReadAndWrite

public void testCustomColumnReadAndWrite()
                                  throws Exception
Throws:
Exception


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