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 TypeMethodDescriptionvoidEntityBeanIntercept.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 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.