Uses of Interface
io.ebean.bean.PersistenceContext
Package
Description
Enhanced beans API and Support objects
JSON formatting and parsing objects (See JsonContext).
-
Uses of PersistenceContext in io.ebean.bean
Modifier and TypeMethodDescriptionEntityBeanIntercept.getPersistenceContext()
Return the persistenceContext.InterceptReadOnly.getPersistenceContext()
InterceptReadWrite.getPersistenceContext()
Modifier 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
Modifier and TypeMethodDescriptionJsonBeanReader.getPersistenceContext()
Return the persistence context if one is being used.JsonReadOptions.getPersistenceContext()
Return the persistence context to use when marshalling JSON.Modifier and TypeMethodDescriptionJsonReadOptions.setPersistenceContext
(PersistenceContext persistenceContext) Set the persistence context to use when building the object graph from the JSON.