User: dsundstrom
  Date: 01/07/09 14:04:25

  Modified:    src/main/org/jboss/ejb/plugins CMPPersistenceManager.java
  Log:
  Added a method to get the entity persistence store.
  
  Revision  Changes    Path
  1.26      +7 -1      jboss/src/main/org/jboss/ejb/plugins/CMPPersistenceManager.java
  
  Index: CMPPersistenceManager.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/CMPPersistenceManager.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- CMPPersistenceManager.java        2001/07/03 23:11:05     1.25
  +++ CMPPersistenceManager.java        2001/07/09 21:04:24     1.26
  @@ -49,7 +49,7 @@
   *   @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
   *   @author <a href="mailto:[EMAIL PROTECTED]";>Dan Christopherson</a>
   *   @author <a href="mailto:[EMAIL PROTECTED]";>Bill Burke</a>
  -*   @version $Revision: 1.25 $
  +*   @version $Revision: 1.26 $
   *
   *   Revisions:
   *   20010621 Bill Burke: removed loadEntities call because CMP read-ahead is now
  @@ -85,6 +85,12 @@
         if (store != null) store.setContainer(c);
      }
   
  +     /**
  +      * Gets the entity persistence store.
  +      */
  +   public EntityPersistenceStore getPersistenceStore() {
  +             return store;
  +     }
   
      public void setPersistenceStore(EntityPersistenceStore store) {
         this.store= store;
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to