de.cesr.sesamgim.util
Class GAgentDbStoring

java.lang.Object
  extended by de.cesr.sesamgim.util.GAgentDbStoring

public class GAgentDbStoring
extends Object

SesamGIM - Geographical Initialisation for Milieu Agents


Constructor Summary
GAgentDbStoring()
           
 
Method Summary
protected static PreparedStatement getPreparedStatement(int id)
           
static
<AgentType extends GimMilieuAgent<AgentType>>
void
storeAgents(Collection<AgentType> agents, int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GAgentDbStoring

public GAgentDbStoring()
Method Detail

storeAgents

public static <AgentType extends GimMilieuAgent<AgentType>> void storeAgents(Collection<AgentType> agents,
                                                                             int id)

getPreparedStatement

protected static PreparedStatement getPreparedStatement(int id)