| Interface | Description |
|---|---|
| BasicSqlLimiter |
Simple SQL limiter for use with SqlQuery.
|
| DbEncrypt |
Defines DB encryption support for encrypting and decrypting data using DB
encryption features.
|
| DbEncryptFunction | |
| DbHistorySupport |
History support for the database platform.
|
| PlatformIdGenerator |
Generates unique id's for objects.
|
| SqlLimiter |
Adds SQL limiting to a query (such as LIMIT OFFSET).
|
| SqlLimitRequest |
The request object for the query that can have sql limiting applied to it
(such as a LIMIT OFFSET clause).
|
| Class | Description |
|---|---|
| AbstractDbEncrypt |
Base type for DB platform specific Encryption.
|
| BasicSqlAnsiLimiter |
Adds ANSI based OFFSET FETCH NEXT clauses to a SQL query.
|
| BasicSqlLimitOffset |
Adds LIMIT OFFSET clauses to a SQL query.
|
| DatabasePlatform |
Database platform specific settings.
|
| DB2Platform |
DB2 specific platform.
|
| DB2SequenceIdGenerator |
DB2 specific sequence Id Generator.
|
| Db2SqlLimiter | |
| DbDefaultValue |
DB Column default values mapping to database platform specific literals.
|
| DbIdentity |
Defines the identity/sequence behaviour for the database.
|
| DbStandardHistorySupport |
SQL2011 based history support using 'as of timestamp' type clause appended as part of the the from or join clause.
|
| DbType |
Represents a DB type with name, length, precision, and scale.
|
| DbTypeMap |
Used to map bean property types to DB specific types for DDL generation.
|
| DbViewHistorySupport |
Database view based implementation of DbHistorySupport.
|
| H2DbEncrypt |
H2 encryption support via encrypt decrypt function.
|
| H2HistorySupport |
Runtime support for @History with H2.
|
| H2HistoryTrigger |
H2 database trigger used to populate history tables to support the @History feature.
|
| H2Platform |
H2 specific platform.
|
| H2SequenceIdGenerator |
H2 specific sequence Id Generator.
|
| HsqldbPlatform |
H2 specific platform.
|
| LimitOffsetSqlLimiter |
Adds LIMIT OFFSET clauses to a SQL query.
|
| MsSqlServer2000Platform |
Microsoft SQL Server 2000 specific platform.
|
| MsSqlServer2005Platform |
Microsoft SQL Server 2005 specific platform.
|
| MsSqlServer2005SqlLimiter |
Use top and row_number() function to limit sql results.
|
| MySqlBlob |
Support for blob, mediumblob or longblob selection based on the deployment
length.
|
| MySqlClob |
Support for text, mediumtext or longtext selection based on the deployment
length.
|
| MySqlDbEncrypt |
MySql aes_encrypt aes_decrypt based encryption support.
|
| MySqlHistorySupport |
Runtime support for @History with MySql.
|
| MySqlPlatform |
MySQL specific platform.
|
| OracleDbEncrypt |
Oracle encryption support.
|
| OracleDbHistorySupport |
Oracle Total recall based history support.
|
| OraclePlatform |
Oracle10 and greater specific platform.
|
| OracleSequenceIdGenerator |
Oracle specific sequence Id Generator.
|
| Postgres8Platform |
Postgres v8.3 specific platform.
|
| PostgresDbEncrypt |
Postgres pgp_sym_encrypt pgp_sym_decrypt based encryption support.
|
| PostgresHistorySupport |
Postgres support for history features.
|
| PostgresPlatform |
Postgres v9 specific platform.
|
| PostgresSequenceIdGenerator |
Postgres specific sequence Id Generator.
|
| RowNumberSqlLimiter |
Adds the ROW_NUMBER() OVER function to a query.
|
| RownumSqlLimiter |
Add ROWNUM column etc around SQL query to limit results.
|
| SequenceIdGenerator |
Database sequence based IdGenerator.
|
| SimpleSequenceIdGenerator |
A very simple Database sequence based IdGenerator.
|
| SqlAnywhereLimiter |
Use top xx and start at xx to limit sql results.
|
| SqlAnywherePlatform |
Sybase SQL Anywhere specific platform.
|
| SQLitePlatform | |
| SqlLimitResponse |
The resulting SQL from a SqlLimit process.
|
| Enum | Description |
|---|---|
| DatabasePlatform.OnQueryOnly |
Behavior used when ending a query only transaction (at read committed isolation level).
|
| DbPlatformName |
Built in supported platforms.
|
| IdType |
The types of Identity generation that can be defined.
|
Copyright © 2016. All rights reserved.