org.hibernate.test.annotations.lob
Class VersionedLobTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
          extended by org.hibernate.test.annotations.lob.AbstractLobTest<VersionedBook,VersionedCompiledCode>
              extended by org.hibernate.test.annotations.lob.VersionedLobTest

public class VersionedLobTest
extends AbstractLobTest<VersionedBook,VersionedCompiledCode>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
BaseCoreFunctionalTestCase.RollbackWork
 
Field Summary
 
Fields inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
DIALECT, NO_CLASSES, NO_MAPPINGS, USE_NEW_METADATA_MAPPINGS, VALIDATE_DATA_CLEANUP
 
Constructor Summary
VersionedLobTest()
           
 
Method Summary
protected  Class[] getAnnotatedClasses()
           
protected  Class<VersionedBook> getBookClass()
           
protected  Class<VersionedCompiledCode> getCompiledCodeClass()
           
protected  Integer getId(VersionedBook book)
           
protected  Integer getId(VersionedCompiledCode compiledCode)
           
 void testVersionUnchangedByteArray()
           
 void testVersionUnchangedCharArray()
           
 void testVersionUnchangedPrimitiveByteArray()
           
 void testVersionUnchangedPrimitiveCharArray()
           
 void testVersionUnchangedString()
           
 
Methods inherited from class org.hibernate.test.annotations.lob.AbstractLobTest
createBook, createCompiledCode, testBinary, testBlob, testClob, testSerializableToBlob
 
Methods inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
addMappings, addMappings, afterConfigurationBuilt, afterConfigurationBuilt, afterSessionFactoryBuilt, afterTest, applyCacheSettings, assertAllDataRemoved, beforeTest, buildConfiguration, buildServiceRegistry, cleanupCache, cleanupTest, configuration, configure, constructConfiguration, createSchema, generateBootstrapRegistry, getAnnotatedPackages, getBaseForMappings, getCacheConcurrencyStrategy, getDialect, getMappings, 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

VersionedLobTest

public VersionedLobTest()
Method Detail

getBookClass

protected Class<VersionedBook> getBookClass()
Specified by:
getBookClass in class AbstractLobTest<VersionedBook,VersionedCompiledCode>

getId

protected Integer getId(VersionedBook book)
Specified by:
getId in class AbstractLobTest<VersionedBook,VersionedCompiledCode>

getCompiledCodeClass

protected Class<VersionedCompiledCode> getCompiledCodeClass()
Specified by:
getCompiledCodeClass in class AbstractLobTest<VersionedBook,VersionedCompiledCode>

getId

protected Integer getId(VersionedCompiledCode compiledCode)
Specified by:
getId in class AbstractLobTest<VersionedBook,VersionedCompiledCode>

getAnnotatedClasses

protected Class[] getAnnotatedClasses()
Overrides:
getAnnotatedClasses in class BaseCoreFunctionalTestCase

testVersionUnchangedPrimitiveCharArray

public void testVersionUnchangedPrimitiveCharArray()
                                            throws Exception
Throws:
Exception

testVersionUnchangedCharArray

public void testVersionUnchangedCharArray()
                                   throws Exception
Throws:
Exception

testVersionUnchangedString

public void testVersionUnchangedString()
                                throws Exception
Throws:
Exception

testVersionUnchangedByteArray

public void testVersionUnchangedByteArray()
                                   throws Exception
Throws:
Exception

testVersionUnchangedPrimitiveByteArray

public void testVersionUnchangedPrimitiveByteArray()
                                            throws Exception
Throws:
Exception


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