Uses of Class
org.onebusaway.gtfs_transformer.deferred.EntitySchemaCache
-
Packages that use EntitySchemaCache Package Description org.onebusaway.gtfs_transformer.deferred -
-
Uses of EntitySchemaCache in org.onebusaway.gtfs_transformer.deferred
Constructors in org.onebusaway.gtfs_transformer.deferred with parameters of type EntitySchemaCache Constructor Description DeferredValueConverter(GtfsReader reader, EntitySchemaCache schemaCache, GtfsRelationalDao dao)DeferredValueMatcher(GtfsReader reader, EntitySchemaCache schemaCache, Object value)DeferredValueSetter(GtfsReader reader, EntitySchemaCache schemaCache, GtfsRelationalDao dao, Object value)DeferredValueSupport(GtfsReader reader, EntitySchemaCache schemaCache)PropertyPathExpressionValueSetter(GtfsReader reader, EntitySchemaCache schemaCache, GtfsRelationalDao dao, org.onebusaway.collections.beans.PropertyPathExpression expression)
-