类 PostInsertEventListenerStandardImpl

    • 构造器详细资料

      • PostInsertEventListenerStandardImpl

        public PostInsertEventListenerStandardImpl()
    • 方法详细资料

      • requiresPostCommitHanding

        public boolean requiresPostCommitHanding​(EntityPersister persister)
      • requiresPostCommitHandling

        public default boolean requiresPostCommitHandling​(EntityPersister persister)
        Does this listener require that after transaction hooks be registered?
        参数:
        persister - The persister for the entity in question.
        返回:
        true if after transaction callbacks should be added.