org.hibernate.test.legacy
Class LegacyTestCase
java.lang.Object
org.hibernate.testing.junit4.BaseUnitTestCase
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
org.hibernate.test.legacy.LegacyTestCase
- Direct Known Subclasses:
- ABCProxyTest, ABCTest, ComponentNotNullTest, CustomSQLTest, FooBarTest, FumTest, IJ2Test, IJTest, MapTest, MasterDetailTest, MultiTableTest, OneToOneCacheTest, ParentChildTest, QueryByExampleTest, SQLFunctionsTest, SQLLoaderTest, StatisticsTest
public abstract class LegacyTestCase
- extends BaseCoreFunctionalTestCase
Methods inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase |
addMappings, addMappings, afterConfigurationBuilt, afterConfigurationBuilt, afterSessionFactoryBuilt, afterTest, applyCacheSettings, assertAllDataRemoved, beforeTest, buildConfiguration, buildServiceRegistry, cleanupCache, cleanupTest, configuration, constructConfiguration, createSchema, generateBootstrapRegistry, getAnnotatedClasses, 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 |
USE_ANTLR_PARSER_PROP
public static final String USE_ANTLR_PARSER_PROP
- See Also:
- Constant Field Values
LegacyTestCase
public LegacyTestCase()
checkAntlrParserSetting
public void checkAntlrParserSetting()
extractFromSystem
protected static String extractFromSystem(String systemPropertyName)
configure
public void configure(Configuration cfg)
- Overrides:
configure
in class BaseCoreFunctionalTestCase
doDelete
protected int doDelete(Session session,
String queryString)
doDelete
protected int doDelete(Session session,
String queryString,
Object param,
Type paramType)
doDelete
protected int doDelete(Session session,
Query selectQuery)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.