| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| com.avaje.ebean.cache |
Server Cache Service
|
| com.avaje.ebean.common |
Common non-public interfaces and implementation.
|
| 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.event |
Persist and Query Event Controllers and Listeners
|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| com.avaje.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
| Class and Description |
|---|
| ContainerConfig
Configuration for the container that holds the EbeanServer instances.
|
| PersistBatch
Defines the mode for JDBC batch processing.
|
| ServerConfig
The configuration used for creating a EbeanServer.
|
| Class and Description |
|---|
| ServerConfig
The configuration used for creating a EbeanServer.
|
| Class and Description |
|---|
| ServerConfig
The configuration used for creating a EbeanServer.
|
| Class and Description |
|---|
| AbstractNamingConvention
Provides some base implementation for NamingConventions.
|
| AutoTuneConfig
Defines the AutoTune behaviour for a EbeanServer.
|
| AutoTuneMode
The mode for determining if AutoTune will be used for a given query when
Query.setAutoTune(boolean) has not been explicitly set on a query. |
| ClassLoadConfig
Helper to find classes taking into account the context class loader.
|
| ClassLoadConfig.ClassLoaderContext
Wraps the preferred, caller and context class loaders.
|
| CompoundTypeProperty
Represents a Property of a Compound Value Object.
|
| ContainerConfig
Configuration for the container that holds the EbeanServer instances.
|
| CurrentUserProvider
Provides the current user in order to support 'Who created', 'Who modified' and other audit features.
|
| DbConstraintNaming
Naming convention used for constraint names.
|
| DbConstraintNaming.MaxLength
Defines how constraint names are shortened if required based on platform limitations.
|
| DbConstraintNormalise
Used to normalise table and column names which means stripping out
quoted identifier characters and any catalog or schema prefix.
|
| DbMigrationConfig
Configuration for the DB migration processing.
|
| DocStoreConfig
Configuration for the Document store integration (e.g.
|
| EncryptDeploy
Define the encryption options for a bean property.
|
| EncryptDeploy.Mode
The Encryption mode.
|
| EncryptDeployManager
Programmatically define which database columns are encrypted.
|
| EncryptKey
Represents the key used for encryption.
|
| EncryptKeyManager
Determine keys used for encryption and decryption.
|
| Encryptor
Used for Java side encryption of properties when DB encryption is not used.
|
| ExternalTransactionManager
Provides awareness of externally managed transactions.
|
| IdGenerator
A customer Id generator that can be registered with Ebean and
assigned to @Id properties using the name attribute of @GeneratedValue.
|
| JsonConfig.DateTime
Defined the format used for DateTime types.
|
| JsonConfig.Include |
| NamingConvention
Defines the naming convention for converting between logical property
names/entity names and physical DB column names/table names.
|
| PersistBatch
Defines the mode for JDBC batch processing.
|
| PropertiesWrapper |
| PropertyMap
A map like structure of properties.
|
| ServerConfig.DbUuid
Specify how UUID is stored.
|
| TableName
TableName holds catalog, schema and table name.
|
| Class and Description |
|---|
| PersistBatch
Defines the mode for JDBC batch processing.
|
| ServerConfig
The configuration used for creating a EbeanServer.
|
| ServerConfig.DbUuid
Specify how UUID is stored.
|
| Class and Description |
|---|
| DbConstraintNaming
Naming convention used for constraint names.
|
| DbMigrationConfig
Configuration for the DB migration processing.
|
| ServerConfig
The configuration used for creating a EbeanServer.
|
| Class and Description |
|---|
| ServerConfig
The configuration used for creating a EbeanServer.
|
| Class and Description |
|---|
| ServerConfig
The configuration used for creating a EbeanServer.
|
| Class and Description |
|---|
| JsonConfig.Include |
Copyright © 2016. All rights reserved.