Interface TransactionSynchronisationAwareIndexer


public interface TransactionSynchronisationAwareIndexer
Indexer implementations that work with spring transactions
Author:
andyh
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Commit
    boolean
    Report if there are any chenges to commit
    int
    Prepare
    void
    Rollback
  • Method Details

    • commit

      void commit()
      Commit
    • rollback

      void rollback()
      Rollback
    • prepare

      int prepare()
      Prepare
      Returns:
      the return tx state
    • isModified

      boolean isModified()
      Report if there are any chenges to commit
      Returns:
      false if read only access (by use not declaration)