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 PersistenceContextEntityBeanIntercept. getPersistenceContext()Return the persistenceContext.PersistenceContextInterceptReadOnly. getPersistenceContext()PersistenceContextInterceptReadWrite. getPersistenceContext()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.voidInterceptReadOnly. setBeanLoader(BeanLoader beanLoader, PersistenceContext ctx)voidInterceptReadWrite. setBeanLoader(BeanLoader beanLoader, PersistenceContext ctx)voidEntityBeanIntercept. setPersistenceContext(PersistenceContext persistenceContext)Set the persistenceContext.voidInterceptReadOnly. setPersistenceContext(PersistenceContext persistenceContext)voidInterceptReadWrite. setPersistenceContext(PersistenceContext persistenceContext) -
Uses of PersistenceContext in io.ebean.text.json
Fields in io.ebean.text.json declared as PersistenceContext Modifier and Type Field Description protected PersistenceContextJsonReadOptions. persistenceContextMethods 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.
-