|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Status | |
org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
Uses of Status in org.hibernate.engine |
Fields in org.hibernate.engine declared as Status | |
static Status |
Status.MANAGED
|
static Status |
Status.READ_ONLY
|
static Status |
Status.DELETED
|
static Status |
Status.GONE
|
static Status |
Status.LOADING
|
static Status |
Status.SAVING
|
Methods in org.hibernate.engine that return Status | |
Status |
EntityEntry.getStatus()
|
Methods in org.hibernate.engine with parameters of type Status | |
void |
PersistenceContext.setEntryStatus(EntityEntry entry,
Status status)
|
EntityEntry |
PersistenceContext.addEntity(Object object,
Status status,
Object[] loadedState,
Serializable id,
Object version,
LockMode lockMode,
boolean existsInDatabase,
EntityPersister persister,
boolean disableVersionIncrement)
Adds an entity to the internal caches. |
EntityEntry |
PersistenceContext.addEntry(Object object,
Status status,
Object[] loadedState,
Object rowId,
Serializable id,
Object version,
LockMode lockMode,
boolean existsInDatabase,
EntityPersister persister,
boolean disableVersionIncrement)
Generates an appropriate EntityEntry instance and adds it to the event source's internal caches. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |