| Package | Description |
|---|---|
| com.avaje.ebean.bean |
Enhanced beans API and Support objects
|
| com.avaje.ebean.text.json |
JSON formatting and parsing objects (See JsonContext).
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
EntityBeanIntercept.getPersistenceContext()
Return the persistenceContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityBeanIntercept.setBeanLoader(BeanLoader beanLoader,
PersistenceContext ctx)
Set the BeanLoader with PersistenceContext.
|
void |
EntityBeanIntercept.setPersistenceContext(PersistenceContext persistenceContext)
Set the persistenceContext.
|
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceContext |
JsonReadOptions.persistenceContext |
| Modifier and Type | Method and Description |
|---|---|
PersistenceContext |
JsonBeanReader.getPersistenceContext()
Return the persistence context if one is being used.
|
PersistenceContext |
JsonReadOptions.getPersistenceContext()
Return the persistence context to use when marshalling JSON.
|
| Modifier and Type | Method and Description |
|---|---|
JsonReadOptions |
JsonReadOptions.setPersistenceContext(PersistenceContext persistenceContext)
Set the persistence context to use when building the object graph from the JSON.
|
Copyright © 2016. All rights reserved.