Package com.springsource.greenhouse.events

Examples of com.springsource.greenhouse.events.JdbcEventRepository


  @Before
  public void setup() {
    db = new GreenhouseTestDatabaseBuilder().member().group().activity().invite().venue().event().testData(getClass()).getDatabase();
    jdbcTemplate = new JdbcTemplate(db);
    eventLoaderRepository = new JdbcEventLoaderRepository(jdbcTemplate);
    eventRepository = new JdbcEventRepository(jdbcTemplate);
  }
View Full Code Here

TOP

Related Classes of com.springsource.greenhouse.events.JdbcEventRepository

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.