Package com.gracevallorani.jpa.factories

Examples of com.gracevallorani.jpa.factories.TrackPageFactory


      tp.setStamp(new Date());
      tp.setUrl(url);
      tp.setUserAgent(properties.getProperty("user-agent"));
      tp.setxWapProfile(properties.getProperty("x-wap-profile"));
     
      IJpaFactory<TrackPage> strategy = new TrackPageFactory(new J2eeConfig());
      strategy.setTransactional(true);
     
      strategy.add(tp);
    } catch (Exception e) {
      log_error("error tracking page: " + e.getMessage(), e);
    }
  }
View Full Code Here

TOP

Related Classes of com.gracevallorani.jpa.factories.TrackPageFactory

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.