org.hibernate.test.annotations.lob
Class VersionedLobTest
java.lang.Object
org.hibernate.testing.junit4.BaseUnitTestCase
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
org.hibernate.test.annotations.lob.AbstractLobTest<VersionedBook,VersionedCompiledCode>
org.hibernate.test.annotations.lob.VersionedLobTest
public class VersionedLobTest
- extends AbstractLobTest<VersionedBook,VersionedCompiledCode>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionedLobTest
public VersionedLobTest()
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.