[hibernate/hibernate-core] 7d70a9: HHH-5419: Modified HQL rendering of COUNT function...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 7d70a909c5b619ee30be40295525ef6a275fb54b
https://github.com/hibernate/hibernate-core/commit/7d70a909c5b619ee30be40...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-02 (Sun, 02 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AggregationFunction.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/CompositeId.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/CountEntityWithCompositeIdTest.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/EntityWithCompositeId.java
Log Message:
-----------
HHH-5419: Modified HQL rendering of COUNT function so that when a non-distinct entity with an ID is specified as a parameter, it renders a star instead of the ID attribute(s). This allows for greater support across DBs, since some do not support the previous rendering of multiple ID attributes when the ID happens to be a composite ID.
13 years, 2 months
[hibernate/hibernate-core] 550865: Merge pull request #176 from lukasz-antoniak/HHH-6...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 550865e3d306b67d3c6dcd860cb0e7c71a8d5ad4
https://github.com/hibernate/hibernate-core/commit/550865e3d306b67d3c6dcd...
Author: Adam Warski <adam(a)warski.org>
Date: 2011-10-01 (Sat, 01 Oct 2011)
Changed paths:
M documentation/src/main/docbook/devguide/en-US/Envers.xml
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
Log Message:
-----------
Merge pull request #176 from lukasz-antoniak/HHH-6696
HHH-6696 - Allow specifying revision listener apart from @RevisionEntity annotation
13 years, 3 months