Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.spi |
Modifier and Type | Method and Description |
---|---|
void |
StatefulPersistenceContext.addEntity(EntityUniqueKey euk,
Object entity) |
Object |
StatefulPersistenceContext.getEntity(EntityUniqueKey euk) |
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 © 2017 JBoss by Red Hat. All rights reserved.