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.org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
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 -
Uses of EntityUniqueKey in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type EntityUniqueKey Modifier and Type Method Description InitializerJdbcValuesSourceProcessingState. findInitializer(EntityUniqueKey entityKey)voidJdbcValuesSourceProcessingState. registerInitializer(EntityUniqueKey entityKey, Initializer initializer) -
Uses of EntityUniqueKey in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi with parameters of type EntityUniqueKey Modifier and Type Method Description InitializerLoadContexts. findInitializer(EntityUniqueKey key)
-