Interface AfterLoadAction
public interface AfterLoadAction
An action to be performed after an entity has been loaded. E.g. applying locks
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterLoad(Object entity, EntityMappingType entityMappingType, SharedSessionContractImplementor session) The action trigger - theentityis being loaded
-
Method Details