Uses of Class
org.hibernate.test.sql.hand.custom.CustomSQLTestSupport

Packages that use CustomSQLTestSupport
org.hibernate.test.sql.hand.custom   
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   
 

Uses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom
 

Subclasses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom
 class CustomStoredProcTestSupport
          Abstract test case defining tests of stored procedure support.
 

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

Subclasses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom.datadirect.oracle
 class DataDirectOracleCustomSQLTest
          Custom SQL tests for Oracle via the DataDirect drivers.
 

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

Subclasses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom.db2
 class DB2CustomSQLTest
          Custom SQL tests for DB2
 

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

Subclasses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom.mysql
 class MySQLCustomSQLTest
          Custom SQL tests for MySQL
 

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

Subclasses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom.oracle
 class OracleCustomSQLTest
          Custom SQL tests for Oracle
 

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

Subclasses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom.sqlserver
 class SQLServerCustomSQLTest
          Custom SQL tests for SQLServer
 

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

Subclasses of CustomSQLTestSupport in org.hibernate.test.sql.hand.custom.sybase
 class SybaseCustomSQLTest
          Custom SQL tests for Sybase dialects
 



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