org.onebusaway.gtfs.services
Interface GenericMutableDao
- All Superinterfaces:
- GenericDao
- All Known Subinterfaces:
- GtfsMutableDao, GtfsMutableRelationalDao
- All Known Implementing Classes:
- GenericDaoImpl, GtfsDaoImpl, GtfsRelationalDaoImpl
public interface GenericMutableDao
- extends GenericDao
open
void open()
saveEntity
void saveEntity(java.lang.Object entity)
updateEntity
void updateEntity(java.lang.Object entity)
saveOrUpdateEntity
void saveOrUpdateEntity(java.lang.Object entity)
removeEntity
<K extends java.io.Serializable,T extends IdentityBean<K>> void removeEntity(T entity)
clearAllEntitiesForType
<T> void clearAllEntitiesForType(java.lang.Class<T> type)
flush
void flush()
close
void close()
Copyright © 2010 OneBusAway. All Rights Reserved.