public class DbWriter
extends java.lang.Object
Constructor and Description |
---|
DbWriter(GtfsData gtfsData)
Member Functions
|
Modifier and Type | Method and Description |
---|---|
void |
write(org.hibernate.Session session,
int configRev)
Writes the data for the collections that are part of the GtfsData
object passed in to the constructor.
|
public DbWriter(GtfsData gtfsData)