| Package | Description |
|---|---|
| com.avaje.ebean.bean |
Enhanced beans API and Support objects
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.loadcontext | |
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.server.transaction |
Transaction implementation
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
EntityBeanIntercept.getPersistenceContext()
Return the persistenceContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityBeanIntercept.setBeanLoader(int index,
BeanLoader beanLoader,
PersistenceContext ctx)
Set the BeanLoader for general lazy loading.
|
void |
EntityBeanIntercept.setPersistenceContext(PersistenceContext persistenceContext)
Set the persistenceContext.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
LoadContext.getPersistenceContext()
Return the persistence context used by this query and future lazy loading.
|
PersistenceContext |
LoadManyBuffer.getPersistenceContext() |
PersistenceContext |
LoadBeanBuffer.getPersistenceContext() |
PersistenceContext |
SpiTransaction.getPersistenceContext()
Return the persistence context associated with this transaction.
|
PersistenceContext |
SpiQuery.getPersistenceContext()
Return the TransactionContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadContext.setPersistenceContext(PersistenceContext persistenceContext)
Set the persistence context used by this query and future lazy loading.
|
void |
SpiTransaction.setPersistenceContext(PersistenceContext context)
Set the persistence context to this transaction.
|
void |
SpiQuery.setPersistenceContext(PersistenceContext transactionContext)
Set an explicit TransactionContext (typically for a refresh query).
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
OrmQueryRequest.getPersistenceContext()
Return the PersistenceContext used for this request.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
DbReadContext.getPersistenceContext()
Return the persistence context.
|
PersistenceContext |
CopyContext.getPersistenceContext()
Return the persistence context used during the copy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDescriptor.flushPersistenceContextOnIterate(PersistenceContext persistenceContext) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
DLoadBeanContext.LoadBuffer.getPersistenceContext() |
protected PersistenceContext |
DLoadBaseContext.getPersistenceContext() |
PersistenceContext |
DLoadContext.getPersistenceContext() |
PersistenceContext |
DLoadManyContext.LoadBuffer.getPersistenceContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DLoadContext.setPersistenceContext(PersistenceContext persistenceContext) |
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
CQuery.getPersistenceContext()
Return the persistence context.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
DefaultOrmQuery.getPersistenceContext()
Return the TransactionContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.setPersistenceContext(PersistenceContext persistenceContext)
Set an explicit TransactionContext (typically for a refresh query).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPersistenceContext
Default implementation of PersistenceContext.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
JdbcTransaction.getPersistenceContext()
Return the persistence context associated with this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcTransaction.setPersistenceContext(PersistenceContext context)
Set the persistence context to this transaction.
|
Copyright © 2014. All Rights Reserved.