Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceContext.addEntity(EntityUniqueKey euk,
Object entity)
Add an entity to the cache by unique key
|
void |
StatefulPersistenceContext.addEntity(EntityUniqueKey euk,
Object entity)
Add an entity to the cache by unique key
|
Object |
PersistenceContext.getEntity(EntityUniqueKey euk)
Get an entity cached by unique key
|
Object |
StatefulPersistenceContext.getEntity(EntityUniqueKey euk)
Get an entity cached by unique key
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved