1 26 27 package org.objectweb.openccm.pss.generator.jdo.lib; 28 29 31 38 public class StorageHomeMapping 39 extends org.objectweb.openccm.pss.generator.common.lib.StorageHomeMapping 40 { 41 47 53 56 public StorageHomeMapping() 57 { 58 super(); 59 } 60 61 67 70 protected String  71 getStorageHomeBaseClass() 72 { 73 return "org.objectweb.openccm.pss.runtime.jdo.lib.StorageHomeBase"; 74 } 75 76 82 } 83 | Popular Tags |