DDC-1083: Support for a @Filter annotation to collections #1355

Closed
opened 2026-01-22 13:11:36 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 28, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user le_shatai:

It would be nice if there is a @Filter annotation like the @OrderBy annotation on collections.
With this filter one could only select those elements that matches the filter. This is useful, if
one does not delete entries in the database but marks them as deleted and do not want entries
with this deletion-mark be retrieved from the database.

Originally created by @doctrinebot on GitHub (Mar 28, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user le_shatai: It would be nice if there is a @Filter annotation like the @OrderBy annotation on collections. With this filter one could only select those elements that matches the filter. This is useful, if one does not delete entries in the database but marks them as deleted and do not want entries with this deletion-mark be retrieved from the database.
admin added the Improvement label 2026-01-22 13:11:36 +01:00
admin closed this issue 2026-01-22 13:11:37 +01:00
Author
Owner
@doctrinebot commented on GitHub (Mar 28, 2011): - duplicates [DDC-551: Consider adding ability to specify additional join conditions on a @JoinTable / @JoinColumn](http://www.doctrine-project.org/jira/browse/DDC-551)
Author
Owner

@doctrinebot commented on GitHub (Mar 28, 2011):

Comment created by @beberlei:

Duplicate of DDC-551

@doctrinebot commented on GitHub (Mar 28, 2011): Comment created by @beberlei: Duplicate of [DDC-551](http://www.doctrine-project.org/jira/browse/DDC-551)
Author
Owner

@doctrinebot commented on GitHub (Mar 28, 2011):

Issue was closed with resolution "Duplicate"

@doctrinebot commented on GitHub (Mar 28, 2011): Issue was closed with resolution "Duplicate"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1355