| Interface | Description |
|---|---|
| LoadBeanBuffer |
A buffer of beans for batch lazy loading and secondary query loading.
|
| LoadBeanContext |
Controls the loading of ManyToOne and OneToOne relationships.
|
| LoadContext |
Controls the loading of reference objects for a query instance.
|
| LoadManyBuffer |
A buffer of bean collections for batch lazy loading and secondary query loading.
|
| LoadManyContext |
Controls the loading of OneToMany and ManyToMany relationships.
|
| LoadSecondaryQuery |
Defines the method for executing secondary queries.
|
| SpiBackgroundExecutor |
Internal Extension to BackgroundExecutor with shutdown.
|
| SpiCallableSql | |
| SpiEbeanPlugin |
Allows us to have more than one plugin (the ddl generator) active based on flags.
|
| SpiEbeanServer |
Service Provider extension to EbeanServer.
|
| SpiExpression |
An expression that becomes part of a Where clause or Having clause.
|
| SpiExpressionFactory | |
| SpiExpressionList<T> |
Internal extension of ExpressionList.
|
| SpiExpressionRequest |
Request object used for gathering expression sql and bind values.
|
| SpiQuery<T> |
Object Relational query - Internal extension to Query object.
|
| SpiSqlQuery |
SQL query - Internal extension to SqlQuery.
|
| SpiSqlUpdate | |
| SpiTransaction |
Extends Transaction with additional API required on server.
|
| SpiTransactionScopeManager | |
| SpiUpdate<T> |
Internal extension to the Update interface.
|
| SpiUpdatePlan |
A plan for executing bean updates for a given set of changed properties.
|
| Class | Description |
|---|---|
| BeanIdList |
Wrapper of the list of Id's adding support for background fetching
future object.
|
| BindParams |
Parameters used for binding to a statement.
|
| BindParams.OrderedList |
The bind parameters in the correct binding order.
|
| BindParams.Param |
A In Out capable parameter for the CallableStatement.
|
| ClassUtil |
Helper to find classes taking into account the context class loader.
|
| DerivedRelationshipData | |
| HashQuery |
A hash key for a query including both the query plan and bind values.
|
| HashQueryPlan |
A hash for a query plan.
|
| HashQueryPlanBuilder |
Used to build HashQueryPlan instances.
|
| HelpScopeTrans |
Helper object to make AOP generated code simpler.
|
| LoadBeanRequest |
Request for loading ManyToOne and OneToOne relationships.
|
| LoadManyRequest |
Request for loading Associated One Beans.
|
| LoadRequest |
Request for loading Associated One Beans.
|
| ManyWhereJoins |
Holds the joins needs to support the many where predicates.
|
| Monitor |
Object used as a synchronization monitor that is serializable.
|
| ScopeTrans |
Used internally to handle the scoping of transactions for methods.
|
| TransactionEvent |
Holds information for a transaction.
|
| TransactionEventBeans |
Lists of inserted updated and deleted beans that have a BeanPersistListener.
|
| TransactionEventTable | |
| TransactionEventTable.TableIUD |
| Enum | Description |
|---|---|
| SpiQuery.Mode | |
| SpiQuery.Type |
The type of query result.
|
| SpiUpdate.OrmUpdateType |
The type of the update request.
|
Copyright © 2014. All Rights Reserved.