1 23 24 package org.objectweb.jorm.facility.naming.generator; 25 26 import org.objectweb.jorm.api.PMapper; 27 import org.objectweb.jorm.api.PException; 28 29 33 public interface LongGenMgr { 34 37 PMapper getPMapper(); 38 39 44 void init(PMapper pm, byte clact) throws PException; 45 46 50 LongGen getLongGen(String lgname) throws PException; 51 52 LongGen getLongGen(String lgname, Object conn) throws PException; 53 } 54 | Popular Tags |