Uses of Interface
org.hibernate.engine.spi.EntityEntry
Packages that use EntityEntry
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An SPI for services which collect, report, or monitor diagnostic events.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of EntityEntry in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EntityEntryModifier and TypeMethodDescriptionManagedEntity.$$_hibernate_getEntityEntry()
Provides access to the associated EntityEntry.default EntityEntry
ManagedEntity.$$_hibernate_setPersistenceInfo
(EntityEntry entityEntry, ManagedEntity previous, ManagedEntity next, int instanceId) Utility method that allows injecting all persistence-related information on the managed entity at once.PersistenceContext.addEntity
(Object entity, Status status, Object[] loadedState, EntityKey entityKey, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, boolean disableVersionIncrement) Adds an entity to the internal caches.PersistenceContext.addEntry
(Object entity, Status status, Object[] loadedState, Object rowId, Object id, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, boolean disableVersionIncrement) Generates an appropriate EntityEntry instance and adds it to the event source's internal caches.PersistenceContext.addReferenceEntry
(Object entity, Status status) EntityEntryFactory.createEntityEntry
(Status status, Object[] loadedState, Object rowId, Object id, Object version, LockMode lockMode, boolean existsInDatabase, EntityPersister persister, boolean disableVersionIncrement, PersistenceContext persistenceContext) Deprecated, for removal: This API element is subject to removal in a future version.CreatesEntityEntry
.@Nullable EntityEntry
EntityHolder.getEntityEntry()
Retrieve theEntityEntry
representation of the given entity.PersistenceContext.removeEntry
(Object entity) Remove an entity entry from the session cacheMethods in org.hibernate.engine.spi that return types with arguments of type EntityEntryModifier and TypeMethodDescriptionPersistenceContext.reentrantSafeEntityEntries()
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.Methods in org.hibernate.engine.spi with parameters of type EntityEntryModifier and TypeMethodDescriptionvoid
ManagedEntity.$$_hibernate_setEntityEntry
(EntityEntry entityEntry) Injects the EntityEntry associated with this entity instance.default EntityEntry
ManagedEntity.$$_hibernate_setPersistenceInfo
(EntityEntry entityEntry, ManagedEntity previous, ManagedEntity next, int instanceId) Utility method that allows injecting all persistence-related information on the managed entity at once.default String
SharedSessionContractImplementor.bestGuessEntityName
(Object object, EntityEntry entry) Obtain the best estimate of the entity name of the given entity instance, which is not involved in an association, by also considering information held in the proxy, and whether the object is already associated with this session.void
SessionDelegatorBaseImpl.forceFlush
(EntityEntry e) void
SessionImplementor.forceFlush
(EntityEntry e) Initiate a flush to force deletion of a re-persisted entity.void
EntityHolder.setEntityEntry
(@Nullable EntityEntry entry) void
PersistenceContext.setEntryStatus
(EntityEntry entry, Status status) Set the status of an entryvoid
ActionQueue.unScheduleDeletion
(EntityEntry entry, Object rescuedEntity) -
Uses of EntityEntry in org.hibernate.event.monitor.spi
Methods in org.hibernate.event.monitor.spi with parameters of type EntityEntryModifier and TypeMethodDescriptionvoid
EventMonitor.completeDirtyCalculationEvent
(DiagnosticEvent dirtyCalculationEvent, SharedSessionContractImplementor session, EntityPersister persister, EntityEntry entry, int[] dirtyProperties) -
Uses of EntityEntry in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return EntityEntryMethods in org.hibernate.event.spi with parameters of type EntityEntryModifier and TypeMethodDescriptionvoid
EventSource.forceFlush
(EntityEntry e) Force an immediate flushvoid
FlushEntityEvent.resetAndReuseEventInstance
(Object entity, EntityEntry entry) This is a terrible anti-pattern, but particular circumstances call for being able to reuse the same event instance: this is otherwise allocated in hot loops and since each event is escaping the scope it's actually causing allocation issues.Constructors in org.hibernate.event.spi with parameters of type EntityEntryModifierConstructorDescriptionFlushEntityEvent
(EventSource source, Object entity, EntityEntry entry) -
Uses of EntityEntry in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type EntityEntryModifier and TypeMethodDescriptionstatic @Nullable Object
AbstractEntityPersister.getCollectionKey
(CollectionPersister persister, Object owner, EntityEntry ownerEntry, SharedSessionContractImplementor session) protected Object
AbstractEntityPersister.initializeLazyPropertiesFromCache
(String fieldName, Object entity, SharedSessionContractImplementor session, EntityEntry entry, CacheEntry cacheEntry) protected Object
AbstractEntityPersister.initializeLazyPropertiesFromDatastore
(Object entity, Object id, EntityEntry entry, String fieldName, SharedSessionContractImplementor session) protected void
AbstractEntityPersister.initializeLazyProperty
(Object entity, EntityEntry entry, Object propValue, int index, Type type) protected boolean
AbstractEntityPersister.initializeLazyProperty
(String fieldName, Object entity, EntityEntry entry, int index, Object propValue) Called by Hibernate Reactiveprotected boolean
AbstractEntityPersister.initializeLazyProperty
(String fieldName, Object entity, EntityEntry entry, LazyAttributeDescriptor fetchGroupAttributeDescriptor, Object propValue) -
Uses of EntityEntry in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type EntityEntryModifier and TypeMethodDescriptionfinal boolean
UpdateCoordinatorStandard.isModifiableEntity
(EntityEntry entry)