Uses of Class
org.hibernate.engine.spi.EntityUniqueKey
-
Packages that use EntityUniqueKey Package Description org.hibernate.engine.spi -
-
Uses of EntityUniqueKey in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityUniqueKey Modifier and Type Method Description static EntityUniqueKey
EntityUniqueKey. deserialize(java.io.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 Modifier and Type Method Description void
PersistenceContext. addEntity(EntityUniqueKey euk, java.lang.Object entity)
Add an entity to the cache by unique keyjava.lang.Object
PersistenceContext. getEntity(EntityUniqueKey euk)
Get an entity cached by unique key
-