[ https://issues.apache.org/jira/browse/CAY-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958724#comment-15958724 ]
ASF GitHub Bot commented on CAY-2161: ------------------------------------- GitHub user MegaPapa opened a pull request: https://github.com/apache/cayenne/pull/185 CAY-2161 Fixed class generation with 'Not for client use' parameter + exception throw on discrepancy of code generation parameters You can merge this pull request into a Git repository by running: $ git pull https://github.com/MegaPapa/cayenne CAY-2161 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/185.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #185 ---- commit 7215827bc3eb4677caa283dec946ccfdca70a53b Author: Maxim Petrusevich <maks1...@gmail.com> Date: 2017-04-06T10:49:42Z CAY-2161 Fixed class generation with 'Not for client use' parameter + exception throw on discrepancy of code generation parameters ---- > 'Not for Client Use' option is ignored at Class Generation > ---------------------------------------------------------- > > Key: CAY-2161 > URL: https://issues.apache.org/jira/browse/CAY-2161 > Project: Cayenne > Issue Type: Bug > Components: Modeler > Affects Versions: 4.0.M4 > Reporter: ana benko > Assignee: Nikita Timofeev > Fix For: 4.0.M6 > > > 1. Import DB > 2. Set 'Allow Client Entities' checkbox in datamap configuration. Set Client > Java Package value. note: Java Package value is also set > 3. Select any objEntity and set 'Not for Client Use' checkbox in entity > configuration > 4. Generate Classes, select Client Persistent Objects. Verify results > -> 'Not for Client Use' setting is ignored. -- This message was sent by Atlassian JIRA (v6.3.15#6346)