Interface PostInsertEventListener

  • All Superinterfaces:
    java.io.Serializable
    All Known Subinterfaces:
    PostCommitInsertEventListener

    public interface PostInsertEventListener
    extends java.io.Serializable
    Called after inserting an item in the datastore
    • Method Detail

      • requiresPostCommitHanding

        @Deprecated
        boolean requiresPostCommitHanding​(EntityPersister persister)
        Does this listener require that after transaction hooks be registered?
        Parameters:
        persister - The persister for the entity in question.
        Returns:
        true if after transaction callbacks should be added.
      • requiresPostCommitHandling

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