View Javadoc

1   /*
2    * Created on 30 août 2004
3    *
4    * TODO To change the template for this generated file go to
5    * Window - Preferences - Java - Code Style - Code Templates
6    */
7   package net.sf.pmr.keopsframework.data;
8   
9   
10  /***
11   * @author Arnaud
12   *
13   * TODO To change the template for this generated type comment go to
14   * Window - Preferences - Java - Code Style - Code Templates
15   */
16  public interface GhostDomainObjectMapper {
17  
18      /***
19       * Load an object for another
20       * @param key object to load for
21       * @param objectToLoad
22       */
23      void loadForObject(final Object key, final Object objectToLoad);
24  
25  
26  }