| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see Ebean and EbeanServer).
|
| com.avaje.ebean.bean |
Enhanced beans API and Support objects
|
| 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.event.changelog |
Provides a built in change log mechanism and can audit changes.
|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| com.avaje.ebean.text |
Utility objects for CSV, JSON and XML processing.
|
| com.avaje.ebean.text.csv |
CSV processing objects.
|
| Class and Description |
|---|
| AutoTune
Administrative control of AutoTune during runtime.
|
| BackgroundExecutor
Background thread pool service for executing of tasks asynchronously.
|
| BeanState
Provides access to the internal state of an entity bean.
|
| CallableSql
For making calls to stored procedures.
|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| ExampleExpression
Query by Example expression.
|
| Expression
An expression that is part of a WHERE or HAVING clause.
|
| ExpressionFactory
Expression factory for creating standard expressions.
|
| ExpressionList
List of Expressions that make up a where or having clause.
|
| FetchConfig
Defines the configuration options for a "query fetch" or a
"lazy loading fetch".
|
| Filter
Provides support for filtering and sorting lists of entities without going
back to the database.
|
| FutureIds
FutureIds represents the result of a background query execution for the Id's.
|
| FutureList
FutureList represents the result of a background query execution that will
return a list of entities.
|
| FutureRowCount
Represents the result of a background query execution for the total row count
for a query.
|
| Junction
Represents a Conjunction or a Disjunction.
|
| LikeType
Used to specify the type of like matching used.
|
| Model.Find
Helper object for performing queries.
|
| Model.Finder
A concrete implementation of Find.
|
| OrderBy
Represents an Order By for a Query.
|
| OrderBy.Property
A property and its ascending descending order.
|
| PagedList
Represents a page of results.
|
| PersistenceContextScope
Defines the scope for PersistenceContext.
|
| Query
Object relational query for finding a List, Set, Map or single entity bean.
|
| QueryEachConsumer
Used to process a query result one bean at a time via a callback to this
visitor.
|
| QueryEachWhileConsumer
Used to process a query result one bean at a time via a callback to this
visitor.
|
| QueryIterator
Used to provide iteration over query results.
|
| RawSql
Used to build object graphs based on a raw SQL statement (rather than
generated by Ebean).
|
| RawSql.ColumnMapping
Defines the column mapping for raw sql DB columns to bean properties.
|
| RawSql.ColumnMapping.Column
A Column of the RawSql that is mapped to a bean property (or ignored).
|
| RawSql.Key
A key for the RawSql object using for the query plan.
|
| RawSql.Sql
Represents the sql part of the query.
|
| RawSqlBuilder
Builds RawSql instances from a SQL string and column mappings.
|
| SqlFutureList
The SqlFutureList represents the result of a background SQL query execution.
|
| SqlQuery
Query object for performing native SQL queries that return SqlRow's.
|
| SqlQueryListener
Provides a mechanism for processing a SqlQuery one SqlRow at a time.
|
| SqlRow
Used to return raw SQL query results.
|
| SqlUpdate
A SqlUpdate for executing insert update or delete statements.
|
| Transaction
The Transaction object.
|
| TransactionCallback
Provides a callback that can be registered with a Transaction.
|
| TxCallable
Execute a TxCallable in a Transaction scope.
|
| TxIsolation
The Transaction Isolation levels.
|
| TxRunnable
Execute a TxRunnable in a Transaction scope.
|
| TxScope
Holds the definition of how a transactional method should run.
|
| TxType
Used to define the transactional scope for executing a method.
|
| Update
An Insert Update or Delete statement.
|
| ValuePair
Holds two values as the result of a difference comparison.
|
| Version
Wraps a version of a @History bean.
|
| Class and Description |
|---|
| ExpressionList
List of Expressions that make up a where or having clause.
|
| ValuePair
Holds two values as the result of a difference comparison.
|
| Class and Description |
|---|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| Class and Description |
|---|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| ExpressionList
List of Expressions that make up a where or having clause.
|
| Class and Description |
|---|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| PersistenceContextScope
Defines the scope for PersistenceContext.
|
| Class and Description |
|---|
| BackgroundExecutor
Background thread pool service for executing of tasks asynchronously.
|
| Query
Object relational query for finding a List, Set, Map or single entity bean.
|
| Transaction
The Transaction object.
|
| Class and Description |
|---|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| Class and Description |
|---|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| Query
Object relational query for finding a List, Set, Map or single entity bean.
|
| Transaction
The Transaction object.
|
| ValuePair
Holds two values as the result of a difference comparison.
|
| Class and Description |
|---|
| ValuePair
Holds two values as the result of a difference comparison.
|
| Class and Description |
|---|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| Class and Description |
|---|
| Query
Object relational query for finding a List, Set, Map or single entity bean.
|
| Class and Description |
|---|
| EbeanServer
Provides the API for fetching and saving beans to a particular DataSource.
|
| Transaction
The Transaction object.
|
Copyright © 2016. All rights reserved.