| Package | Description |
|---|---|
| org.hibernate.engine.spi |
| Modifier and Type | Method and Description |
|---|---|
static EntityUniqueKey |
EntityUniqueKey.deserialize(ObjectInputStream ois,
SessionImplementor session)
Custom deserialization routine used during deserialization of a
Session/PersistenceContext for increased performance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceContext.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
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.