Uses of Class
io.ebean.bean.PersistenceContext.WithOption
-
Packages that use PersistenceContext.WithOption Package Description io.ebean.bean Enhanced beans API and Support objects -
-
Uses of PersistenceContext.WithOption in io.ebean.bean
Fields in io.ebean.bean declared as PersistenceContext.WithOption Modifier and Type Field Description static PersistenceContext.WithOption
PersistenceContext.WithOption. DELETED
The bean was previously deleted from this persistence context (can't hit L2 cache).Methods in io.ebean.bean that return PersistenceContext.WithOption Modifier and Type Method Description PersistenceContext.WithOption
PersistenceContext. getWithOption(Class<?> rootType, Object uid)
Get the bean from the persistence context also checked to see if it had been previously deleted (if so then you also can't hit the L2 cache to fetch the bean for this particular persistence context).
-