Uses of Class
org.hibernate.engine.spi.EntityUniqueKey
-
Packages that use EntityUniqueKey Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of EntityUniqueKey in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityUniqueKey Modifier and Type Method Description static EntityUniqueKeyEntityUniqueKey. 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 Modifier and Type Method Description voidPersistenceContext. addEntity(EntityUniqueKey euk, Object entity)Add an entity to the cache by unique keyObjectPersistenceContext. getEntity(EntityUniqueKey euk)Get an entity cached by unique key
-