- Timestamp:
- 04/22/02 14:57:50 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0_71-bugfixes/Rapla/src/org/rapla/storage/dbsql/RaplaSQL.java
r289 r339 456 456 457 457 public void delete(Entity entity) throws SQLException { 458 if ( config.getLog().enabled(4)) 459 config.getLog().log(4," Deleting Reservation with id: " + entity.getId()); 458 460 reservationPerson.delete(entity.getId()); 459 461 allocationStorage.delete(entity.getId()); … … 559 561 stmt.close(); 560 562 } 563 if ( config.getLog().enabled(5)) 564 config.getLog().log(5," Deleting Allocations for Reservation with id: " + reservationId); 561 565 execute("DELETE FROM TERMIN WHERE RESERVID = ?",reservationId); 562 566 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/rapla.jpg)