Interface TransactionSynchronisationAwareIndexer

  • All Known Subinterfaces:
    LuceneIndexer

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

      • 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)