Package | Description |
---|---|
io.ebean.bean |
Enhanced beans API and Support objects
|
Modifier and Type | Field and Description |
---|---|
static PersistenceContext.WithOption |
PersistenceContext.WithOption.DELETED
The bean was previously deleted from this persistence context (can't hit
L2 cache).
|
Modifier and Type | Method and 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).
|
Copyright © 2019. All rights reserved.