Uses of Class
org.hibernate.testing.RequiresDialect

Packages that use RequiresDialect
org.hibernate.ejb.criteria   
org.hibernate.test.annotations.indexcoll   
org.hibernate.test.annotations.lob Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.manytoonewithformula   
org.hibernate.test.component.basic   
org.hibernate.test.dialect.function   
org.hibernate.test.dialect.functional.cache   
org.hibernate.test.generated   
org.hibernate.test.generatedkeys.select   
org.hibernate.test.generatedkeys.seqidentity   
org.hibernate.test.legacy   
org.hibernate.test.rowid   
org.hibernate.test.sql.check   
org.hibernate.test.sql.hand.custom.datadirect.oracle   
org.hibernate.test.sql.hand.custom.db2   
org.hibernate.test.sql.hand.custom.mysql   
org.hibernate.test.sql.hand.custom.oracle   
org.hibernate.test.sql.hand.custom.sqlserver   
org.hibernate.test.sql.hand.custom.sybase   
org.hibernate.test.version.sybase   
 

Uses of RequiresDialect in org.hibernate.ejb.criteria
 

Methods in org.hibernate.ejb.criteria with annotations of type RequiresDialect
 void CriteriaCompilingTest.testTrim()
           
 

Uses of RequiresDialect in org.hibernate.test.annotations.indexcoll
 

Methods in org.hibernate.test.annotations.indexcoll with annotations of type RequiresDialect
 void IndexedCollectionTest.testComponentSubPropertyMapKey()
           
 

Uses of RequiresDialect in org.hibernate.test.annotations.lob
 

Classes in org.hibernate.test.annotations.lob with annotations of type RequiresDialect
 class ImageTest
          Tests eager materialization and mutation of data mapped by ImageType.
 class TextTest
          Tests eager materialization and mutation of long strings.
 

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

Methods in org.hibernate.test.annotations.manytoonewithformula with annotations of type RequiresDialect
 void ManyToOneWithFormulaTest.testManyToOneFromNonPkToNonPkSqlServer()
           
 

Uses of RequiresDialect in org.hibernate.test.component.basic
 

Methods in org.hibernate.test.component.basic with annotations of type RequiresDialect
 void ComponentTest.testComponentQueryMethodNoParensFailureExpected()
           
 

Uses of RequiresDialect in org.hibernate.test.dialect.function
 

Classes in org.hibernate.test.dialect.function with annotations of type RequiresDialect
 class MySQLRoundFunctionTest
           
 

Uses of RequiresDialect in org.hibernate.test.dialect.functional.cache
 

Classes in org.hibernate.test.dialect.functional.cache with annotations of type RequiresDialect
 class SQLFunctionsInterSystemsTest
          Tests for function support on CacheSQL...
 

Uses of RequiresDialect in org.hibernate.test.generated
 

Classes in org.hibernate.test.generated with annotations of type RequiresDialect
 class PartiallyGeneratedComponentTest
          
 class TimestampGeneratedValuesWithCachingTest
           
 class TriggerGeneratedValuesWithCachingTest
          Implementation of TriggerGeneratedValuesWithoutCachingTest.
 class TriggerGeneratedValuesWithoutCachingTest
           
 

Uses of RequiresDialect in org.hibernate.test.generatedkeys.select
 

Classes in org.hibernate.test.generatedkeys.select with annotations of type RequiresDialect
 class SelectGeneratorTest
           
 

Uses of RequiresDialect in org.hibernate.test.generatedkeys.seqidentity
 

Classes in org.hibernate.test.generatedkeys.seqidentity with annotations of type RequiresDialect
 class SequenceIdentityTest
           
 

Uses of RequiresDialect in org.hibernate.test.legacy
 

Methods in org.hibernate.test.legacy with annotations of type RequiresDialect
 void FooBarTest.testUserProvidedConnection()
           
 

Uses of RequiresDialect in org.hibernate.test.rowid
 

Classes in org.hibernate.test.rowid with annotations of type RequiresDialect
 class RowIdTest
           
 

Uses of RequiresDialect in org.hibernate.test.sql.check
 

Classes in org.hibernate.test.sql.check with annotations of type RequiresDialect
 class OracleCheckStyleTest
           
 

Uses of RequiresDialect in org.hibernate.test.sql.hand.custom.datadirect.oracle
 

Classes in org.hibernate.test.sql.hand.custom.datadirect.oracle with annotations of type RequiresDialect
 class DataDirectOracleCustomSQLTest
          Custom SQL tests for Oracle via the DataDirect drivers.
 

Uses of RequiresDialect in org.hibernate.test.sql.hand.custom.db2
 

Classes in org.hibernate.test.sql.hand.custom.db2 with annotations of type RequiresDialect
 class DB2CustomSQLTest
          Custom SQL tests for DB2
 

Uses of RequiresDialect in org.hibernate.test.sql.hand.custom.mysql
 

Classes in org.hibernate.test.sql.hand.custom.mysql with annotations of type RequiresDialect
 class MySQLCustomSQLTest
          Custom SQL tests for MySQL
 

Uses of RequiresDialect in org.hibernate.test.sql.hand.custom.oracle
 

Classes in org.hibernate.test.sql.hand.custom.oracle with annotations of type RequiresDialect
 class OracleCustomSQLTest
          Custom SQL tests for Oracle
 

Uses of RequiresDialect in org.hibernate.test.sql.hand.custom.sqlserver
 

Classes in org.hibernate.test.sql.hand.custom.sqlserver with annotations of type RequiresDialect
 class SQLServerCustomSQLTest
          Custom SQL tests for SQLServer
 

Uses of RequiresDialect in org.hibernate.test.sql.hand.custom.sybase
 

Classes in org.hibernate.test.sql.hand.custom.sybase with annotations of type RequiresDialect
 class SybaseCustomSQLTest
          Custom SQL tests for Sybase dialects
 

Uses of RequiresDialect in org.hibernate.test.version.sybase
 

Classes in org.hibernate.test.version.sybase with annotations of type RequiresDialect
 class SybaseTimestampVersioningTest
          Implementation of VersionTest.
 



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