| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityUniqueKey | |
|---|---|
| org.hibernate.engine.internal | |
| org.hibernate.engine.spi | |
| Uses of EntityUniqueKey in org.hibernate.engine.internal | 
|---|
| Methods in org.hibernate.engine.internal with parameters of type EntityUniqueKey | |
|---|---|
|  void | StatefulPersistenceContext.addEntity(EntityUniqueKey euk,
          Object entity)Add an entity to the cache by unique key | 
|  Object | StatefulPersistenceContext.getEntity(EntityUniqueKey euk)Get an entity cached by unique key | 
| Uses of EntityUniqueKey in org.hibernate.engine.spi | 
|---|
| Methods in org.hibernate.engine.spi that return EntityUniqueKey | |
|---|---|
| static EntityUniqueKey | EntityUniqueKey.deserialize(ObjectInputStream ois,
            SessionImplementor session)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance. | 
| Methods in org.hibernate.engine.spi with parameters of type EntityUniqueKey | |
|---|---|
|  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 | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||