[
https://issues.apache.org/jira/browse/CAY-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Razumovsky reopened CAY-1235:
------------------------------------
Turns out we need some type of expressions for DBEntities, to correctly insert
table prefix to a db entity qualifier, e.g.
SELECT .... from p1 .... WHERE p1.deleted=false
instead of
SELECT .... from p1 .... WHERE deleted=false
> Implement qualifiers for DBEntities
> -----------------------------------
>
> Key: CAY-1235
> URL: https://issues.apache.org/jira/browse/CAY-1235
> Project: Cayenne
> Issue Type: New Feature
> Components: Cayenne Core Library, CayenneModeler GUI
> Affects Versions: 3.0M6
> Reporter: Andrey Razumovsky
> Assignee: Andrey Razumovsky
> Fix For: 3.0 beta 1
>
> Attachments: 1235.diff
>
>
> This is much like ObjEntities qualifier, only applied on DBEntities level.
> This, for instance, means that it will be inserted in needed JOINs of any
> select, thus allowing to use restricting qualifiers in e.g. middle table of
> many-to-many flattened relationship.
> This issue includes core changes and modeler support
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.