Uses of Class
org.hibernate.engine.spi.EntityUniqueKey
-
Packages that use EntityUniqueKey Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of EntityUniqueKey in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type EntityUniqueKey Modifier and Type Method Description void
StatefulPersistenceContext. addEntity(EntityUniqueKey euk, Object entity)
Object
StatefulPersistenceContext. getEntity(EntityUniqueKey euk)
-
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(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, Object entity)
Add an entity to the cache by unique keyObject
PersistenceContext. getEntity(EntityUniqueKey euk)
Get an entity cached by unique key -
Uses of EntityUniqueKey in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type EntityUniqueKey Modifier and Type Method Description Initializer
JdbcValuesSourceProcessingStateStandardImpl. findInitializer(EntityUniqueKey entityKey)
void
JdbcValuesSourceProcessingStateStandardImpl. registerInitializer(EntityUniqueKey entityKey, Initializer initializer)
-
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 Initializer
JdbcValuesSourceProcessingState. findInitializer(EntityUniqueKey entityKey)
void
JdbcValuesSourceProcessingState. 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 Initializer
LoadContexts. findInitializer(EntityUniqueKey key)
-