Interface GenericMutableDao

All Superinterfaces:
GenericDao
All Known Subinterfaces:
GtfsMutableDao, GtfsMutableRelationalDao
All Known Implementing Classes:
GenericDaoImpl, GenericMutableDaoWrapper, GtfsDaoImpl, GtfsRelationalDaoImpl

public interface GenericMutableDao extends GenericDao
  • Method Details

    • open

      void open()
    • saveEntity

      void saveEntity(Object entity)
    • updateEntity

      void updateEntity(Object entity)
    • saveOrUpdateEntity

      void saveOrUpdateEntity(Object entity)
    • removeEntity

      <K extends Serializable, T extends IdentityBean<K>> void removeEntity(T entity)
    • clearAllEntitiesForType

      <T> void clearAllEntitiesForType(Class<T> type)
    • flush

      void flush()
    • close

      void close()