Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.dialect Classes and Interfaces - 104 results found.
NameDescriptionTypePackageFramework
AbstractAnsiTrimEmulationFunctionA SQLFunction providing support for implementing TRIM functionality (as defined by both the ANSI SQL and JPA specs) in cases where the dialect may not support the full trimClassorg.hibernate.dialect.functionHibernate ORM
AbstractLimitHandlerDefault implementation of LimitHandler interface.Classorg.hibernate.dialect.paginationHibernate ORM
AbstractSelectLockingStrategyBase LockingStrategy implementation to support implementations based on issuing SQL SELECT statementsClassorg.hibernate.dialect.lockHibernate ORM
AnsiTrimEmulationFunctionA SQLFunction implementation that emulates the ANSI SQL trim function on dialects which do not support the full definition.Classorg.hibernate.dialect.functionHibernate ORM
AnsiTrimFunctionDefines support for rendering according to ANSI SQL TRIM function specification.Classorg.hibernate.dialect.functionHibernate ORM
AvgWithArgumentCastFunctionSome databases strictly return the type of the of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped.Classorg.hibernate.dialect.functionHibernate ORM
BasicSQLExceptionConverterA helper to centralize conversion of SQLExceptions to JDBCExceptions.Classorg.hibernate.dialect.resolverHibernate ORM
Cache71DialectClassorg.hibernate.dialectHibernate ORM
CastFunctionANSI-SQL style cast(foo as type) where the type isConstructor SummaryCastFunction()Classorg.hibernate.dialect.functionHibernate ORM
CharIndexFunctionEmulation of locate() on SybaseConstructor SummaryCharIndexFunction()Classorg.hibernate.dialect.functionHibernate ORM
ClassicAvgFunctionClassic AVG sqlfunction that return types as it was done in Hibernate 3.Classorg.hibernate.dialect.functionHibernate ORM
ClassicCountFunctionClassic COUNT sqlfunction that return types as it was done in Hibernate 3.Classorg.hibernate.dialect.functionHibernate ORM
ClassicSumFunctionClassic SUM sqlfunction that return types as it was done in Hibernate 3.Classorg.hibernate.dialect.functionHibernate ORM
ColumnAliasExtractorStrategy for extracting the unique column alias out of a ResultSetMetaData.Interfaceorg.hibernate.dialectHibernate ORM
ConditionalParenthesisFunctionEssentially the same as StandardSQLFunction, except that here the parentheses are not included when no arguments are given.Classorg.hibernate.dialect.functionHibernate ORM
ConvertFunctionClassorg.hibernate.dialect.functionHibernate ORM
CUBRIDDialectAn SQL dialect for CUBRID (8.Classorg.hibernate.dialectHibernate ORM
DerbyConcatFunctionA specialized concat() function definition in which:we translate to use the concat operator wrap dynamic parameters in CASTs to VARCHAR This last spec is to deal with a limitation on DB2 and variants (e.Classorg.hibernate.dialect.functionHibernate ORM
DerbyDialectHibernate Dialect for Cloudscape 10 - aka Derby.Classorg.hibernate.dialectHibernate ORM
DerbyTenFiveDialectHibernate Dialect for Cloudscape 10 - aka Derby.Classorg.hibernate.dialectHibernate ORM
DerbyTenSevenDialectFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
DerbyTenSixDialectHibernate Dialect for Cloudscape 10 - aka Derby.Classorg.hibernate.dialectHibernate ORM
DialectRepresents a dialect of SQL implemented by a particular RDBMS.Classorg.hibernate.dialectHibernate ORM
FirebirdDialectAn SQL dialect for Firebird.Classorg.hibernate.dialectHibernate ORM
FrontBaseDialectAn SQL Dialect for Frontbase.Classorg.hibernate.dialectHibernate ORM
H2DialectA dialect compatible with the H2 database.Classorg.hibernate.dialectHibernate ORM
HSQLDialectAn SQL dialect compatible with HSQLDB (HyperSQL).Classorg.hibernate.dialectHibernate ORM
HSQLDialect .ReadUncommittedLockingStrategyConstructor SummaryHSQLDialect.Classorg.hibernate.dialect.HSQLDialectHibernate ORM
InformixDialect Seems to work with Informix Dynamic Server Version 7.Classorg.hibernate.dialectHibernate ORM
Ingres10DialectA SQL dialect for Ingres 10 and later versions.Classorg.hibernate.dialectHibernate ORM
Ingres9DialectA SQL dialect for Ingres 9.Classorg.hibernate.dialectHibernate ORM
IngresDialectAn SQL dialect for Ingres 9.Classorg.hibernate.dialectHibernate ORM
InterbaseDialectAn SQL dialect for Interbase.Classorg.hibernate.dialectHibernate ORM
JDataStoreDialectA Dialect for JDataStore.Classorg.hibernate.dialectHibernate ORM
LegacyLimitHandlerLimit handler that delegates all operations to the underlying dialect.Classorg.hibernate.dialect.paginationHibernate ORM
LimitHandlerContract defining dialect-specific LIMIT clause handling.Interfaceorg.hibernate.dialect.paginationHibernate ORM
LimitHelperClassorg.hibernate.dialect.paginationHibernate ORM
LobMergeStrategyStrategy for how dialects need LOB values to be merged.Interfaceorg.hibernate.dialectHibernate ORM
LockingStrategyA strategy abstraction for how locks are obtained in the underlying database.Interfaceorg.hibernate.dialect.lockHibernate ORM
LockingStrategyExceptionRepresents an error trying to apply a LockingStrategy to an entitySee Also:Serialized FormClassorg.hibernate.dialect.lockHibernate ORM
MckoiDialectAn SQL dialect compatible with McKoi SQLFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
MimerSQLDialectAn Hibernate 3 SQL dialect for Mimer SQL.Classorg.hibernate.dialectHibernate ORM
MySQL5DialectAn SQL dialect for MySQL 5.Classorg.hibernate.dialectHibernate ORM
MySQL5InnoDBDialectFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
MySQLDialectAn SQL dialect for MySQL (prior to 5.Classorg.hibernate.dialectHibernate ORM
MySQLInnoDBDialectFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
MySQLMyISAMDialectFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
NoArgSQLFunctionClassorg.hibernate.dialect.functionHibernate ORM
NoopLimitHandlerHandler not supporting query LIMIT clause.Classorg.hibernate.dialect.paginationHibernate ORM
NvlFunctionEmulation of coalesce() on Oracle, using multiple nvl() callsConstructor SummaryNvlFunction()Classorg.hibernate.dialect.functionHibernate ORM
OptimisticEntityLockExceptionRepresents an error trying to apply an optimistic LockingStrategy to an entitySee Also:Serialized FormClassorg.hibernate.dialect.lockHibernate ORM
OptimisticForceIncrementLockingStrategyAn optimistic locking strategy that forces an increment of the version (after verifying that version hasn't changed).Classorg.hibernate.dialect.lockHibernate ORM
OptimisticLockingStrategyAn optimistic locking strategy that verifies that the version hasn't changed (prior to transaction commit).Classorg.hibernate.dialect.lockHibernate ORM
Oracle10gDialectA dialect specifically for use with Oracle 10g.Classorg.hibernate.dialectHibernate ORM
Oracle8iDialectA dialect for Oracle 8i.Classorg.hibernate.dialectHibernate ORM
Oracle9DialectAn SQL dialect for Oracle 9 (uses ANSI-style syntax where possible).Classorg.hibernate.dialectHibernate ORM
Oracle9iDialectA dialect for Oracle 9i databases.Classorg.hibernate.dialectHibernate ORM
OracleDialectAn SQL dialect for Oracle, compatible with Oracle 8.Classorg.hibernate.dialectHibernate ORM
PessimisticEntityLockExceptionRepresents an error trying to apply a pessimistic LockingStrategy to an entitySee Also:Serialized FormClassorg.hibernate.dialect.lockHibernate ORM
PessimisticForceIncrementLockingStrategyA pessimistic locking strategy that increments the version immediately (obtaining an exclusive write lock).Classorg.hibernate.dialect.lockHibernate ORM
PessimisticReadSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.Classorg.hibernate.dialect.lockHibernate ORM
PessimisticReadUpdateLockingStrategyA pessimistic locking strategy where the locks are obtained through update statements.Classorg.hibernate.dialect.lockHibernate ORM
PessimisticWriteSelectLockingStrategyA pessimistic locking strategy where the locks are obtained through select statements.Classorg.hibernate.dialect.lockHibernate ORM
PessimisticWriteUpdateLockingStrategyA pessimistic locking strategy where the locks are obtained through update statements.Classorg.hibernate.dialect.lockHibernate ORM
PointbaseDialectA Dialect for Pointbase.Classorg.hibernate.dialectHibernate ORM
PositionSubstringFunctionEmulation of locate() on PostgreSQLConstructor SummaryPositionSubstringFunction()Classorg.hibernate.dialect.functionHibernate ORM
PostgresPlusDialectAn SQL dialect for Postgres PlusFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
PostgreSQL81DialectAn SQL dialect for Postgres For discussion of BLOB support in Postgres, as of 8.Classorg.hibernate.dialectHibernate ORM
PostgreSQL82DialectAn SQL dialect for Postgres 8.Classorg.hibernate.dialectHibernate ORM
PostgreSQLDialectAn SQL dialect for Postgres For discussion of BLOB support in Postgres, as of 8.Classorg.hibernate.dialectHibernate ORM
ProgressDialectAn SQL dialect compatible with Progress 9.Classorg.hibernate.dialectHibernate ORM
RDMSOS2200DialectThis is the Hibernate dialect for the Unisys 2200 Relational Database (RDMS).Classorg.hibernate.dialectHibernate ORM
ResultColumnReferenceStrategyDefines how we need to reference columns in the group-by, having, and order-bySee Also:Serialized FormClassorg.hibernate.dialectHibernate ORM
SAPDBDialectAn SQL dialect compatible with SAP DB.Classorg.hibernate.dialectHibernate ORM
SelectLockingStrategyA locking strategy where the locks are obtained through select statements.Classorg.hibernate.dialect.lockHibernate ORM
SQLFunctionProvides support routines for the HQL functions as used in the various SQL DialectsInterfaceorg.hibernate.dialect.functionHibernate ORM
SQLFunctionRegistryClassorg.hibernate.dialect.functionHibernate ORM
SQLFunctionTemplateRepresents HQL functions that can have different representations in different SQL dialects.Classorg.hibernate.dialect.functionHibernate ORM
SQLServer2005DialectA dialect for Microsoft SQL 2005.Classorg.hibernate.dialectHibernate ORM
SQLServer2005LimitHandlerLIMIT clause handler compatible with SQL Server 2005 and later.Classorg.hibernate.dialect.paginationHibernate ORM
SQLServer2008DialectA dialect for Microsoft SQL Server 2008 with JDBC Driver 3.Classorg.hibernate.dialectHibernate ORM
SQLServerDialectA dialect for Microsoft SQL Server 2000Fields inherited from class org.Classorg.hibernate.dialectHibernate ORM
StandardAnsiSqlAggregationFunctionsClassorg.hibernate.dialect.functionHibernate ORM
StandardAnsiSqlAggregationFunctions .AvgFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .CountFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .MaxFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .MinFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .SumFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardJDBCEscapeFunctionAnalogous to StandardSQLFunction except that standard JDBC escape sequences (i.Classorg.hibernate.dialect.functionHibernate ORM
StandardSQLFunctionProvides a standard implementation that supports the majority of the HQL functions that are translated to SQL.Classorg.hibernate.dialect.functionHibernate ORM
Sybase11DialectA SQL dialect suitable for use with Sybase 11.Classorg.hibernate.dialectHibernate ORM
SybaseAnywhereDialectSQL Dialect for Sybase Anywhere extending Sybase (Enterprise) DialectClassorg.hibernate.dialectHibernate ORM
SybaseASE157DialectAn SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15.Classorg.hibernate.dialectHibernate ORM
SybaseASE15DialectAn SQL dialect targeting Sybase Adaptive Server Enterprise (ASE) 15 and higher.Classorg.hibernate.dialectHibernate ORM
SybaseDialectAll Sybase dialects share an IN list size limit.Classorg.hibernate.dialectHibernate ORM
TemplateRendererDelegate for handling function templates.Classorg.hibernate.dialect.functionHibernate ORM
TeradataDialectA dialect for the Teradata database created by MCR as part of the dialect certification process.Classorg.hibernate.dialectHibernate ORM
TimesTenDialectA SQL dialect for TimesTen 5.Classorg.hibernate.dialectHibernate ORM
TrimFunctionTemplateClassorg.hibernate.dialect.functionHibernate ORM
TrimFunctionTemplate .OptionsClassorg.hibernate.dialect.function.TrimFunctionTemplateHibernate ORM
TrimFunctionTemplate .SpecificationClassorg.hibernate.dialect.function.TrimFunctionTemplateHibernate ORM
TypeNamesThis class maps a type to names.Classorg.hibernate.dialectHibernate ORM
UpdateLockingStrategyA locking strategy where the locks are obtained through update statements.Classorg.hibernate.dialect.lockHibernate ORM
VarArgsSQLFunctionSupport for slightly more general templating than StandardSQLFunction, with an unlimited number of arguments.Classorg.hibernate.dialect.functionHibernate ORM