| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| 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.
|
| com.avaje.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
| com.avaje.ebeanservice.docstore.api |
The service API for document store integration.
|
| com.avaje.ebeanservice.docstore.api.mapping |
Mapping for document store integration.
|
| com.avaje.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
| com.avaje.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| 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.
|
| DocStoreQueueEntry
Bean holding the details to update the document store.
|
| DocStoreQueueEntry.Action
Action to either update or delete a document from the index.
|
| DocumentStore
Document storage operations.
|
| 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".
|
| FetchPath
Provides paths and properties for an object graph that can be used to control what parts of the object graph
is fetching (select and fetch clauses) and also can be used to control JSON marshalling (what parts of the object
graph are included in the JSON).
|
| 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.
|
| Junction.Type
The type of Junction used in full text expressions.
|
| 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.
|
| 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.
|
| SqlQuery
Query object for performing native SQL queries that return SqlRow's.
|
| 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.
|
| UpdateQuery
An update query typically intended to perform a bulk update of many rows that match the query.
|
| 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 |
|---|
| BackgroundExecutor
Background thread pool service for executing of tasks asynchronously.
|
| 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.
|
| FetchPath
Provides paths and properties for an object graph that can be used to control what parts of the object graph
is fetching (select and fetch clauses) and also can be used to control JSON marshalling (what parts of the object
graph are included in the JSON).
|
| Query
Object relational query for finding a List, Set, Map or single entity bean.
|
| Class and Description |
|---|
| FetchPath
Provides paths and properties for an object graph that can be used to control what parts of the object graph
is fetching (select and fetch clauses) and also can be used to control JSON marshalling (what parts of the object
graph are included in the JSON).
|
| 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.
|
| Class and Description |
|---|
| FetchPath
Provides paths and properties for an object graph that can be used to control what parts of the object graph
is fetching (select and fetch clauses) and also can be used to control JSON marshalling (what parts of the object
graph are included in the JSON).
|
| Class and Description |
|---|
| DocStoreQueueEntry
Bean holding the details to update the document store.
|
| DocumentStore
Document storage operations.
|
| Query
Object relational query for finding a List, Set, Map or single entity bean.
|
| Class and Description |
|---|
| FetchPath
Provides paths and properties for an object graph that can be used to control what parts of the object graph
is fetching (select and fetch clauses) and also can be used to control JSON marshalling (what parts of the object
graph are included in the JSON).
|
| Class and Description |
|---|
| FetchPath
Provides paths and properties for an object graph that can be used to control what parts of the object graph
is fetching (select and fetch clauses) and also can be used to control JSON marshalling (what parts of the object
graph are included in the JSON).
|
| Query
Object relational query for finding a List, Set, Map or single entity bean.
|
| Class and Description |
|---|
| DocStoreQueueEntry
Bean holding the details to update the document store.
|
| DocumentStore
Document storage operations.
|
| PagedList
Represents a page of results.
|
| 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.
|
Copyright © 2016. All rights reserved.