This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/cayenne-jdbc-type-other/org.postgresql-postgresql-42.3.7
in repository https://gitbox.apache.org/repos/asf/cayenne-examples.git
at 61dedb0 Bump postgresql from 42.3.3
stariy95 opened a new pull request, #521:
URL: https://github.com/apache/cayenne/pull/521
Here are some usage examples of the methods added:
```java
// query() method to create ObjectSelect
List artistList = Artist.SELF.query().select(context);
// same with a where clause
Artis
[
https://issues.apache.org/jira/browse/CAY-2758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Timofeev closed CAY-2758.
Resolution: Fixed
https://github.com/apache/cayenne/pull/520
> Refactoring code for a extended Templ
This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new ea686b8ba CAY-2758 refactoring for extended
stariy95 merged PR #520:
URL: https://github.com/apache/cayenne/pull/520
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@cayenne.apa
[
https://issues.apache.org/jira/browse/CAY-2760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikita Timofeev reassigned CAY-2760:
Assignee: Nikita Timofeev
> ObjectContext.userProperties need a way to clear properties
> --