| Interface | Description |
|---|---|
| OrmQueryEngine |
The Object Relational query execution API.
|
| Persister |
API for persisting a bean.
|
| PstmtBatch |
If Oracle supported the JDBC api fully this would not be required.
|
| RelationalQueryEngine | |
| SpiOrmQueryRequest<T> |
Defines the ORM query request api.
|
| Class | Description |
|---|---|
| BasicTypeConverter |
Default implementation of TypeConverter.
|
| BeanRequest |
Base class for find and persist requests.
|
| BootupClasses |
Interesting classes for a EbeanServer such as Embeddable, Entity,
ScalarTypes, Finders, Listeners and Controllers.
|
| BootupClassPathSearch |
Searches for interesting classes such as Entities, Embedded and ScalarTypes.
|
| CacheOptions |
Options for controlling cache behaviour for a given type.
|
| CObjectGraphNodeStatistics |
Helper to collect the query execution statistics for a given node.
|
| ConfigBuilder |
Build a ServerConfig from ebean.properties.
|
| DatabasePlatformFactory |
Create a DatabasePlatform from the configuration.
|
| DefaultBackgroundExecutor |
The default implementation of the BackgroundExecutor.
|
| DefaultBeanLoader |
Helper to handle lazy loading and refreshing of beans.
|
| DefaultBeanState |
Default implementation of BeanState.
|
| DefaultCallableSql | |
| DefaultMetaInfoManager |
DefaultServer based implementation of MetaInfoManager.
|
| DefaultServer |
The default server side implementation of EbeanServer.
|
| DefaultServerFactory |
Default Server side implementation of ServerFactory.
|
| DefaultSqlUpdate |
A SQL Update Delete or Insert statement that can be executed.
|
| DiffHelp |
Helper to perform a diff given two beans of the same type.
|
| InternalConfiguration |
Used to extend the ServerConfig with additional objects used to configure and
construct an EbeanServer.
|
| InternString |
Used to reduce memory consumption of strings used in deployment processing.
|
| JndiDataSourceLookup |
Helper to lookup a DataSource from JNDI.
|
| Message |
Utility object used for internationalising log messages.
|
| OnBootupClassSearchMatcher |
Matcher used for searching for Embeddable, Entity and ScalarTypes in the
class path.
|
| OrmQueryRequest<T> |
Wraps the objects involved in executing a Query.
|
| PersistRequest |
Wraps all the objects used to persist a bean.
|
| PersistRequestBean<T> |
PersistRequest for insert update or delete of a bean.
|
| PersistRequestCallableSql |
Persist request specifically for CallableSql.
|
| PersistRequestOrmUpdate |
Persist request specifically for CallableSql.
|
| PersistRequestUpdateSql |
Persist request specifically for CallableSql.
|
| RefreshHelp |
Helper for performing a 'refresh' on an Entity bean.
|
| RelationalQueryRequest |
Wraps the objects involved in executing a SqlQuery.
|
| ServletContextListener |
Listens for webserver server starting and stopping events.
|
| TraditionalBackgroundExecutor |
BackgroundExecutor using my traditional ThreadPool that will grow and trim.
|
| XmlConfig |
Holds the orm.xml and ebean-orm.xml deployment information.
|
| XmlConfigLoader |
Used to read the orm.xml and ebean-orm.xml configuration files.
|
| Enum | Description |
|---|---|
| PersistRequest.Type | |
| PersistRequestUpdateSql.SqlType |
Copyright © 2014. All Rights Reserved.