| BasicSqlLimiter |
Simple SQL limiter for use with SqlQuery.
|
| DatabasePlatform |
Database platform specific settings.
|
| DatabasePlatform.OnQueryOnly |
Behavior used when ending a query only transaction (at read committed isolation level).
|
| DataErrorType |
Specific persistence error types we wish to map.
|
| DbDefaultValue |
DB Column default values mapping to database platform specific literals.
|
| DbEncrypt |
Defines DB encryption support for encrypting and decrypting data using DB
encryption features.
|
| DbEncryptFunction |
|
| DbHistorySupport |
History support for the database platform.
|
| DbIdentity |
Defines the identity/sequence behaviour for the database.
|
| DbPlatformType |
Represents a DB type with name, length, precision, and scale.
|
| DbPlatformTypeMapping |
Used to map bean property types to DB specific types for DDL generation.
|
| DbType |
The known DB types that are mapped.
|
| ExtraDbTypes |
Integer codes for the extra types beyond java.sql.Types.
|
| IdType |
The types of Identity generation that can be defined.
|
| PlatformIdGenerator |
Generates unique id's for objects.
|
| SequenceIdGenerator |
Database sequence based IdGenerator.
|
| SqlCodeTranslator |
Translate SQLException based on SQLState codes.
|
| SqlErrorCodes |
Used to build a SQLCodeTranslator given DB platform specific codes.
|
| SqlExceptionTranslator |
Used to translate SQLExceptions to specific persistence exceptions.
|
| 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).
|
| SqlLimitResponse |
The resulting SQL from a SqlLimit process.
|