Add @Where conditions on SingleSession and SharedSession
Compare changes
@@ -44,9 +44,9 @@ import org.hibernate.annotations.Where;
@@ -77,7 +77,7 @@ public abstract class Session {
Because of these missing @Wheres and missing @SQLDeletes, it was possible to fully delete single-sessions from the database, and, additionally, it was possible to fetch sessions that were deleted from the database.