Uses of Class
org.hibernate.testing.SkipForDialect

Packages that use SkipForDialect
org.hibernate.ejb.criteria.subquery   
org.hibernate.ejb.test.lock   
org.hibernate.test.annotations.manytoonewithformula   
org.hibernate.test.annotations.query   
org.hibernate.test.annotations.xml.ejb3   
org.hibernate.test.bidi   
org.hibernate.test.criteria   
org.hibernate.test.cut   
org.hibernate.test.exception   
org.hibernate.test.filter   
org.hibernate.test.hql   
org.hibernate.test.instrument.runtime   
org.hibernate.test.legacy   
org.hibernate.test.lob   
org.hibernate.test.mixed   
org.hibernate.test.readonly   
org.hibernate.test.sql.hand.query   
org.hibernate.test.tm   
org.hibernate.test.typeoverride   
 

Uses of SkipForDialect in org.hibernate.ejb.criteria.subquery
 

Methods in org.hibernate.ejb.criteria.subquery with annotations of type SkipForDialect
 void CorrelatedSubqueryTest.testCorrelationExplicitSelectionCorrelation()
           
 

Uses of SkipForDialect in org.hibernate.ejb.test.lock
 

Methods in org.hibernate.ejb.test.lock with annotations of type SkipForDialect
 void LockTest.testContendedPessimisticLock()
           
 

Uses of SkipForDialect in org.hibernate.test.annotations.manytoonewithformula
 

Methods in org.hibernate.test.annotations.manytoonewithformula with annotations of type SkipForDialect
 void ManyToOneWithFormulaTest.testManyToOneFromNonPkToNonPk()
           
 void ManyToOneWithFormulaTest.testManyToOneToPkWithOnlyFormula()
           
 

Uses of SkipForDialect in org.hibernate.test.annotations.query
 

Methods in org.hibernate.test.annotations.query with annotations of type SkipForDialect
 void QueryAndSQLTest.testCache()
           
 

Uses of SkipForDialect in org.hibernate.test.annotations.xml.ejb3
 

Methods in org.hibernate.test.annotations.xml.ejb3 with annotations of type SkipForDialect
 void Ejb3XmlTest.testEjb3Xml()
           
 

Uses of SkipForDialect in org.hibernate.test.bidi
 

Methods in org.hibernate.test.bidi with annotations of type SkipForDialect
 void AuctionTest.testLazy()
           
 

Uses of SkipForDialect in org.hibernate.test.criteria
 

Methods in org.hibernate.test.criteria with annotations of type SkipForDialect
 void LongInElementsTest.testLongInElementsByCriteria()
           
 void LongInElementsTest.testLongInElementsByHQL()
           
 void CriteriaQueryTest.testSubselect()
           
 void CriteriaQueryTest.testSubselectWithComponent()
           
 

Uses of SkipForDialect in org.hibernate.test.cut
 

Methods in org.hibernate.test.cut with annotations of type SkipForDialect
 void CompositeUserTypeTest.testCustomColumnReadAndWrite()
           
 

Uses of SkipForDialect in org.hibernate.test.exception
 

Methods in org.hibernate.test.exception with annotations of type SkipForDialect
 void SQLExceptionConversionTest.testIntegrityViolation()
           
 

Uses of SkipForDialect in org.hibernate.test.filter
 

Classes in org.hibernate.test.filter with annotations of type SkipForDialect
 class DynamicFilterTest
          Implementation of DynamicFilterTest.
 

Methods in org.hibernate.test.filter with annotations of type SkipForDialect
 void DynamicFilterTest.testSqlSyntaxOfFiltersWithUnions()
           
 

Uses of SkipForDialect in org.hibernate.test.hql
 

Classes in org.hibernate.test.hql with annotations of type SkipForDialect
 class FunctionNameAsColumnTest
          Tests HQL and Criteria queries using DB columns having the same name as registered functions.
 

Methods in org.hibernate.test.hql with annotations of type SkipForDialect
 void ASTParserLoadingTest.testAggregation()
           
 void ASTParserLoadingTest.testCast()
           
 void HQLTest.testClassProperty()
           
 void ASTParserLoadingTest.testComponentParameterBinding()
           
 void HQLTest.testDuplicateImplicitJoinInSelect()
           
 void ASTParserLoadingTest.testImplicitPolymorphism()
           
 void ASTParserLoadingTest.testOneToManyFilter()
           
 void ASTParserLoadingTest.testPaginationWithPolymorphicQuery()
           
 void HQLTest.testRowValueConstructorSyntaxInInListBeingTranslated()
           
 void ScrollableCollectionFetchingTest.testScrollingJoinFetchesEmptyResultSet()
           
 void ASTParserLoadingTest.testSelectClauseSubselect()
           
 

Uses of SkipForDialect in org.hibernate.test.instrument.runtime
 

Methods in org.hibernate.test.instrument.runtime with annotations of type SkipForDialect
 void AbstractTransformingClassLoaderInstrumentTestCase.testCustomColumnReadAndWrite()
           
 void AbstractTransformingClassLoaderInstrumentTestCase.testFetchAll()
           
 void AbstractTransformingClassLoaderInstrumentTestCase.testLazy()
           
 void AbstractTransformingClassLoaderInstrumentTestCase.testLazyManyToOne()
           
 void AbstractTransformingClassLoaderInstrumentTestCase.testPropertyInitialized()
           
 

Uses of SkipForDialect in org.hibernate.test.legacy
 

Methods in org.hibernate.test.legacy with annotations of type SkipForDialect
 void FumTest.testCompositeKeyPathExpressions()
           
 void SQLLoaderTest.testEscapedJDBC()
           
 void SQLLoaderTest.testFindSimpleBySQL()
           
 void CustomSQLTest.testInsert()
           
 void QueryByExampleTest.testJunctionNotExpressionQBE()
           
 void SQLLoaderTest.testPropertyResultSQL()
           
 

Uses of SkipForDialect in org.hibernate.test.lob
 

Methods in org.hibernate.test.lob with annotations of type SkipForDialect
 void SerializableTypeTest.testNewSerializableType()
           
 

Uses of SkipForDialect in org.hibernate.test.mixed
 

Classes in org.hibernate.test.mixed with annotations of type SkipForDialect
 class MixedTest
           
 

Uses of SkipForDialect in org.hibernate.test.readonly
 

Methods in org.hibernate.test.readonly with annotations of type SkipForDialect
 void ReadOnlyCriteriaQueryTest.testSubselect()
           
 

Uses of SkipForDialect in org.hibernate.test.sql.hand.query
 

Methods in org.hibernate.test.sql.hand.query with annotations of type SkipForDialect
 void NativeSQLQueriesTest.testFailOnNoAddEntityOrScalar()
           
 

Uses of SkipForDialect in org.hibernate.test.tm
 

Classes in org.hibernate.test.tm with annotations of type SkipForDialect
 class TransactionTimeoutTest
           
 

Uses of SkipForDialect in org.hibernate.test.typeoverride
 

Methods in org.hibernate.test.typeoverride with annotations of type SkipForDialect
 void TypeOverrideTest.testRegisteredFunction()
           
 



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