Hibernate does support Dynamic table???
---------------------------------------
Key: HHH-3983
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3983
Project: Hibernate Core
Issue Type: Improvement
Reporter: karthikraja
Hi,
Is there any way to access the dynamic table using Hibernate?
ex
Select distinct a.field1, b.field2 from (select distinct field2 from tableA) a, (Select distinct field1,field2 from tableB) b
where a.field1 = b.field1
This query executing in sql propt. but in HQL throws exception like
"Table or view does not exist"
How to handle this? is there anything in Hibernate to handle dynamic table??
Thanks,
KarthikRaja
--
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
Upgrade to SLF4J version 1.5.6
------------------------------
Key: HHH-3753
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3753
Project: Hibernate Core
Issue Type: Improvement
Components: build
Reporter: Ceki Gulcu
I would like to suggest that hibernate upgrade to SLF4J version 1.5.6 (the trunk currently uses 1.5.2). Several important bugs were fixed between 1.5.2 and 1.5.6. Just as importantly, 1.5.6 is more tolerant when there is a mismatch between the slf4j-api and its binding (e.g. slf4j-log4j12). The version mismatch problem (see [1]) seems to pose problems to several users.
We are taking this issue seriously. SLF4J version 1.5.6 mitigates this problem by alerting the user about SLF4J version mismatches. (Thus, instead of a mysterious exception, the user gets an explanation pinpointing the problem.) We are also working on making slf4j-api and its bindings to mix and match independenly of their versions.
Anyway, I think upgrading to SLF4J 1.5.6 would benefit hibernate users.
[1] http://slf4j.org/faq.html#compatibility
--
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
Fix for HHH-2980 introduced bug that allows the same bag collection role to be fetched multiple times
-----------------------------------------------------------------------------------------------------
Key: HHH-3980
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3980
Project: Hibernate Core
Issue Type: Bug
Affects Versions: 3.2.7
Reporter: Steve Ebersole
Assignee: Steve Ebersole
The fix for HHH-2980 was not well thought out :) The Set really should be a stack/list
--
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
Echo version information to the console in main()
-------------------------------------------------
Key: HHH-3781
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3781
Project: Hibernate Core
Issue Type: New Feature
Components: core
Reporter: Chris Bredesen
Assignee: Steve Ebersole
Priority: Minor
As a convenience to users trying to understand what versions of components are in use, it would be swell if Hibernate would echo its full version string to the console in response to "executing" the jar. JBoss Cache for example behaves thusly:
$ java -jar jboss-cache-jdk50.jar
Version: 1.4.1.SP10
Codename: Cayenne
History: (see http://jira.jboss.com/jira/browse/JBCACHE for details)
--
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