org.talend.esb.sam.server.persistence
Class EventRepositoryImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.jdbc.core.support.JdbcDaoSupport
          extended by org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
              extended by org.talend.esb.sam.server.persistence.EventRepositoryImpl
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, EventRepository

public class EventRepositoryImpl
extends org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
implements EventRepository


Constructor Summary
EventRepositoryImpl()
           
 
Method Summary
 Event readEvent(long id)
           
 void setIncrementer(org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer incrementer)
           
 void writeEvent(Event event)
           
 
Methods inherited from class org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
getSimpleJdbcTemplate, initTemplateConfig
 
Methods inherited from class org.springframework.jdbc.core.support.JdbcDaoSupport
checkDaoConfig, createJdbcTemplate, getConnection, getDataSource, getExceptionTranslator, getJdbcTemplate, releaseConnection, setDataSource, setJdbcTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRepositoryImpl

public EventRepositoryImpl()
Method Detail

setIncrementer

public void setIncrementer(org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer incrementer)

writeEvent

public void writeEvent(Event event)
Specified by:
writeEvent in interface EventRepository

readEvent

public Event readEvent(long id)
Specified by:
readEvent in interface EventRepository


Copyright © 2011 Talend Inc.. All Rights Reserved.