[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1570?page=c... ]
Julien HENRY commented on HHH-1570:
-----------------------------------
Problem is still here with Hibernate 3.5 and 3.6. Both with hibernate and JPA 2 criteria APIs.
> criteria-api: filtering by key-many-to-one causes invalid sql
> -------------------------------------------------------------
>
> Key: HHH-1570
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1570
> Project: Hibernate Core
> Issue Type: Bug
> Components: query-criteria
> Affects Versions: 3.1.2
> Reporter: Joris Verschoor
> Attachments: hibernate.patch
>
>
> We have a class Price that has a composite-id using a couple of key-properties and some key-many-to-ones)
> One of those is "transportation", which has a many-to-one to transportationType
> When we query using: criteria.add(Expression.eq("price.transportation.transportationType.id", transId);, we get an invalid SQL statement: The table of transportation was not selected.
> I will try to make a testcase today or tomorrow, depending on my schedule.. Things will be more clear by then...
> We have created a work-around, by mapping the transportationID twice: once in key-property, and once as a many-to-one. (instead of one key-many-to-one)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
The NoopOptimizer needs to be synchronized
------------------------------------------
Key: HHH-3001
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3001
Project: Hibernate3
Issue Type: Bug
Components: core
Affects Versions: 3.2.4.sp1, 3.2.6
Environment: 3.2.6, 3.2.4sp1, Oracle
Reporter: Maciej Baranowski
When SequenceStyleGenerator is used with Oracle it uses by default NoopOptimizer. The optimizer is not thread-safe and causes constraint violation errors while inserting data into the database.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
HSQLDB new dialect
------------------
Key: HHH-5381
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5381
Project: Hibernate Core
Issue Type: Patch
Components: core
Affects Versions: 3.5.x
Environment: Hibernate 3.x, HSQLDB 1.8.x and 2.0.x
Reporter: Fred Toussi
Attachments: HSQLDialect.java
New version of HSQLDialect.java adjusts its method calls according to the version of hsqldb.jar.
Supports HSQLDB 1.8.x features exactly as previous versions of the dialect, with a few minor enhancements.
Supports HSQLDB 2.0.x features, including trascaction support.
Has been tested with Hibernate trunk test suite since mid June; latest tests done yesterday.
For testing, please use the latest HSQLDB 2.0.1 snapshot from http://hsqldb.org/support/ page. The dialect works with the release version of HSQLDB 2.0.0, but shows a few errors with the Hibernate test suite.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Merge hibernate-annotations module code into hibernate-core
-----------------------------------------------------------
Key: HHH-5181
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5181
Project: Hibernate Core
Issue Type: Task
Components: annotations, core
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: 3.6
Well technically pieces of it need to go different places.
src/main/java -> hibernate-core
src/main/test (all?) -> hibernate-testsuite
src/main/docbook -> already being merged into main reference manual (emmanuel)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Present document on Types as a separate chapter
-----------------------------------------------
Key: HHH-5254
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5254
Project: Hibernate Core
Issue Type: Task
Components: core, documentation
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: 3.6
# general discussion of Types
# standard "resolution" of Type to use
# common Types scenarios; be sure to cover large character and binary data scenarios
# providing custom types
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see: http://www.atlassian.com/software/jira