org.onebusaway.gtfs.impl.HibernateGtfsRelationalDaoImpl.hibernate.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of onebusaway-gtfs-hibernate Show documentation
Show all versions of onebusaway-gtfs-hibernate Show documentation
A Java library for reading and writing Google Transit Feed Spec feeds into a database
SELECT trip.id.agencyId FROM Trip trip WHERE trip.serviceId = :serviceId GROUP BY trip.id.agencyId
FROM Route route WHERE route.agency = :agency
FROM Trip trip WHERE trip.route = :route
SELECT trip FROM Trip trip WHERE trip.id.agencyId = :agencyId AND
trip.blockId = :blockId
SELECT st FROM StopTime st WHERE st.trip = :trip ORDER BY st.stopSequence
SELECT st FROM StopTime st WHERE st.stop = :stop
FROM ShapePoint point WHERE point.id.shapeId = :shapeId ORDER BY point.sequence
FROM Frequency f WHERE f.trip = :trip
FROM ServiceCalendarDate d WHERE d.serviceId = :serviceId
FROM ServiceCalendar d WHERE d.serviceId = :serviceId
© 2015 - 2025 Weber Informatics LLC | Privacy Policy