Uses of Class
io.ebean.bean.PersistenceContext.WithOption
-
Uses of PersistenceContext.WithOption in io.ebean.bean
Modifier and TypeFieldDescriptionstatic final PersistenceContext.WithOption
PersistenceContext.WithOption.DELETED
The bean was previously deleted from this persistence context (can't hit L2 cache).Modifier 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).