Package org.objectweb.speedo.jca

Examples of org.objectweb.speedo.jca.SpeedoConnectionSpec


    }

    public PersistenceManager getPersistenceManager(String s, String s1) {
        try {
      PersistenceManager pm = (PersistenceManager)
          getConnection(new SpeedoConnectionSpec(s, s1));
      pm.currentTransaction();
            return pm;
        } catch (ResourceException e) {
            throw new JDOException("JDO Connector: problem while getting a PersistenceManager.", e);
        }
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.jca.SpeedoConnectionSpec

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.