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 PersistenceContextPersistenceContext. forIterate()Return a copy of the Persistence context to use for large query iteration.PersistenceContextPersistenceContext. forIterateReset()Return a new Persistence context during iteration of large query result.PersistenceContextEntityBeanIntercept. getPersistenceContext()Return the persistenceContext.Methods in io.ebean.bean with parameters of type PersistenceContext Modifier and Type Method Description voidEntityBeanIntercept. setBeanLoader(BeanLoader beanLoader, PersistenceContext ctx)Set the BeanLoader with PersistenceContext.voidEntityBeanIntercept. 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 PersistenceContextJsonBeanReader. getPersistenceContext()Return the persistence context if one is being used.PersistenceContextJsonReadOptions. 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 JsonReadOptionsJsonReadOptions. setPersistenceContext(PersistenceContext persistenceContext)Set the persistence context to use when building the object graph from the JSON.
-