Uses of Class
io.ebean.bean.PersistenceContext.WithOption
Packages that use PersistenceContext.WithOption
-
Uses of PersistenceContext.WithOption in io.ebean.bean
Fields in io.ebean.bean declared as PersistenceContext.WithOptionModifier and TypeFieldDescriptionstatic final 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.WithOptionModifier and TypeMethodDescriptionPersistenceContext.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).