Uses of Interface
io.ebean.bean.PersistenceContext
-
Packages that use PersistenceContext Package Description io.ebean.bean Enhanced beans API and Support objectsio.ebean.text.json JSON formatting and parsing objects (See JsonContext). -
-
Uses of PersistenceContext in io.ebean.bean
Methods in io.ebean.bean that return PersistenceContext Modifier and Type Method Description PersistenceContext
PersistenceContext. forIterate()
Return a copy of the Persistence context to use for large query iteration.PersistenceContext
PersistenceContext. forIterateReset()
Return a new Persistence context during iteration of large query result.PersistenceContext
EntityBeanIntercept. getPersistenceContext()
Return the persistenceContext.Methods in io.ebean.bean with parameters of type PersistenceContext Modifier and Type Method Description void
EntityBeanIntercept. setBeanLoader(BeanLoader beanLoader, PersistenceContext ctx)
Set the BeanLoader with PersistenceContext.void
EntityBeanIntercept. setPersistenceContext(PersistenceContext persistenceContext)
Set the persistenceContext. -
Uses of PersistenceContext in io.ebean.text.json
Methods in io.ebean.text.json that return PersistenceContext Modifier and Type Method 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.Methods in io.ebean.text.json with parameters of type PersistenceContext Modifier and Type Method Description JsonReadOptions
JsonReadOptions. setPersistenceContext(PersistenceContext persistenceContext)
Set the persistence context to use when building the object graph from the JSON.
-