Class GenericMutableDaoWrapper

java.lang.Object
org.onebusaway.gtfs.impl.GenericMutableDaoWrapper
All Implemented Interfaces:
GenericDao, GenericMutableDao

public class GenericMutableDaoWrapper extends Object implements GenericMutableDao
Support class that provides an implementation of GenericMutableDao where all methods calls are passed to an underlying wrapped instance of GenericMutableDao. Useful for when you want to selectively override the behavior of individual GenericMutableDao methods of an existing instance.
Author:
bdferris