Uses of Interface
io.ebean.bean.PersistenceContext
Packages that use PersistenceContext
Package
Description
Enhanced beans API and Support objects
JSON formatting and parsing objects (See JsonContext).
-
Uses of PersistenceContext in io.ebean.bean
Methods in io.ebean.bean that return PersistenceContextModifier and TypeMethodDescriptionEntityBeanIntercept.getPersistenceContext()
Return the persistenceContext.InterceptReadOnly.getPersistenceContext()
InterceptReadWrite.getPersistenceContext()
Methods in io.ebean.bean with parameters of type PersistenceContextModifier and TypeMethodDescriptionvoid
EntityBeanIntercept.setBeanLoader
(BeanLoader beanLoader, PersistenceContext ctx) Set the BeanLoader with PersistenceContext.void
InterceptReadOnly.setBeanLoader
(BeanLoader beanLoader, PersistenceContext ctx) void
InterceptReadWrite.setBeanLoader
(BeanLoader beanLoader, PersistenceContext ctx) void
EntityBeanIntercept.setPersistenceContext
(PersistenceContext persistenceContext) Set the persistenceContext.void
InterceptReadOnly.setPersistenceContext
(PersistenceContext persistenceContext) void
InterceptReadWrite.setPersistenceContext
(PersistenceContext persistenceContext) -
Uses of PersistenceContext in io.ebean.text.json
Fields in io.ebean.text.json declared as PersistenceContextMethods in io.ebean.text.json that return PersistenceContextModifier and TypeMethodDescriptionJsonBeanReader.getPersistenceContext()
Return the persistence context if one is being used.JsonReadOptions.getPersistenceContext()
Return the persistence context to use when marshalling JSON.Methods in io.ebean.text.json with parameters of type PersistenceContextModifier and TypeMethodDescriptionJsonReadOptions.setPersistenceContext
(PersistenceContext persistenceContext) Set the persistence context to use when building the object graph from the JSON.