java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.hibernate.test.TestCase
org.hibernate.test.hql.QueryTranslatorTestCase
org.hibernate.test.hql.ASTQueryTranslatorTest
- All Implemented Interfaces:
- junit.framework.Test
- public class ASTQueryTranslatorTest
- extends QueryTranslatorTestCase
Tests cases where the AST based QueryTranslator does not generate identical SQL.
Fields inherited from class junit.framework.TestCase |
|
Methods inherited from class org.hibernate.test.hql.QueryTranslatorTestCase |
assertTranslation, assertTranslation, assertTranslation, assertTranslation, compileBadHql, createNewQueryTranslator, createNewQueryTranslator, createQueryPlan, createQueryPlan, getMappings, getSessionFactoryImplementor, recreateSchema, runClassicTranslator |
Methods inherited from class org.hibernate.test.TestCase |
afterSessionFactoryBuilt, appliesTo, assertClassAssignability, assertElementTypeAssignability, configure, dialectIsCaseSensitive, dialectSupportsEmptyInList, fullTestName, getBaseForMappings, getCacheConcurrencyStrategy, getCfg, getDialect, getExtraProperties, getSessions, openSession, openSession, overrideCacheStrategy, readCommittedIsolationMaintained, reportSkip, reportSkip, runTest, setCfg, setUp, sfi |
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 |
ASTQueryTranslatorTest
public ASTQueryTranslatorTest(java.lang.String x)
suite
public static junit.framework.Test suite()
dropAfterFailure
protected boolean dropAfterFailure()
testSelectManyToOne
public void testSelectManyToOne()
testSelectExpression
public void testSelectExpression()
testFetchProperties
public void testFetchProperties()
testOldSyntax
public void testOldSyntax()
testImplicitJoinInsideOutsideSubselect
public void testImplicitJoinInsideOutsideSubselect()
testNakedPropertyRef
public void testNakedPropertyRef()
testNakedComponentPropertyRef
public void testNakedComponentPropertyRef()
testNakedMapIndex
public void testNakedMapIndex()
throws java.lang.Exception
testNakedImplicitJoins
public void testNakedImplicitJoins()
testDuplicateImplicitJoinInWhere
public void testDuplicateImplicitJoinInWhere()
testWhereExpressions
public void testWhereExpressions()
testImplicitJoinInSelect
public void testImplicitJoinInSelect()
testSelectStandardFunctions
public void testSelectStandardFunctions()
throws java.lang.Exception
testSelectClauseImplicitJoin
public void testSelectClauseImplicitJoin()
throws java.lang.Exception
testComplexWhereExpression
public void testComplexWhereExpression()
throws java.lang.Exception
testDuplicateImplicitJoin
public void testDuplicateImplicitJoin()
throws java.lang.Exception
testKeywordClassNameAndAlias
public void testKeywordClassNameAndAlias()
throws java.lang.Exception
testComponent3
public void testComponent3()
throws java.lang.Exception
testUncorrelatedSubselectWithJoin
public void testUncorrelatedSubselectWithJoin()
throws java.lang.Exception
testFetch
public void testFetch()
throws java.lang.Exception
testImplicitJoin
public void testImplicitJoin()
throws java.lang.Exception