| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| com.avaje.ebean.dbmigration |
Generation DDL migration scripts based on changes to the model.
|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| Class and Description |
|---|
| DatabasePlatform
Database platform specific settings.
|
| DbEncrypt
Defines DB encryption support for encrypting and decrypting data using DB
encryption features.
|
| DbPlatformName
Built in supported platforms.
|
| Class and Description |
|---|
| AbstractDbEncrypt
Base type for DB platform specific Encryption.
|
| 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).
|
| 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.
|
| DbPlatformName
Built in supported platforms.
|
| 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.
|
| IdType
The types of Identity generation that can be defined.
|
| PlatformIdGenerator
Generates unique id's for objects.
|
| PostgresPlatform
Postgres v9 specific platform.
|
| SequenceIdGenerator
Database sequence based IdGenerator.
|
| 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.
|
| Class and Description |
|---|
| DatabasePlatform
Database platform specific settings.
|
| DbPlatformName
Built in supported platforms.
|
| Class and Description |
|---|
| DatabasePlatform
Database platform specific settings.
|
| IdType
The types of Identity generation that can be defined.
|
Copyright © 2016. All rights reserved.