Uploaded image for project: 'iBatis for .NET'
  1. iBatis for .NET
  2. IBATISNET-276

Add event launch when loading file resource during configuration

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • DataMapper 3.0
    • DataMapper 3.0
    • DataMapper
    • None

    Description

      Can be used in to implement a solution to monitor file configuration change.
      iBATIS will no more incorporated a build in solution to reset the datamappper on file configuration change.

      IConfigurationEngine engine = new DefaultConfigurationEngine();
      engine.FileResourceLoad += FileResourceEventHandler;

      private void FileResourceEventHandler(object sender, FileResourceEventArgs evnt)
      {
      ...
      }

      Attachments

        Activity

          People

            gilles Gilles Bayon
            gilles Gilles Bayon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: