Package org.hibernate.loader.ast.spi
Interface AfterLoadAction
public interface AfterLoadAction
An action to be performed after an entity has been loaded. E.g. applying locks
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterLoad
(Object entity, EntityMappingType entityMappingType, SharedSessionContractImplementor session) The action trigger - theentity
is being loaded
-
Method Details