Update book on Hibernate reference
----------------------------------
Key: HHH-2417
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2417
Project: Hibernate3
Type: Improvement
Components: documentation
Reporter: Diego Pires Plentz
"Use this reference documentation as your primary source of information. Consider reading Hibernate in Action (http://www.manning.com/bauer) if you need more help with application design or if you prefer a step-by-step tutorial. Also visit http://caveatemptor.hibernate.org and download the example application for Hibernate in Action."
to
"Use this reference documentation as your primary source of information. Consider reading Java Persistence with Hibernate (http://www.manning.com/bauer2/) if you need more help with application design or if you prefer a step-by-step tutorial. Also visit http://caveatemptor.hibernate.org and download the example application for Java Persistence with Hibernate."
--
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
Documentation error in section 5.1.3
------------------------------------
Key: HHH-2334
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2334
Project: Hibernate3
Type: Bug
Components: documentation
Versions: 3.2.0.ga
Environment: Online 3.2ga Documentation
Reporter: Marc Schwieterman
In section 5.1.3, the following sentance...
See "Proxies for Lazy Initialization" below.
should read...
See "Initializing collections and proxies" below.
I believe this is referring to section "19.1.4. Initializing collections and proxies", which was "14.2. Proxies for Lazy Initialization" in previous versions of the documentation.
--
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 second level caching documentation states that ehcache is not distributed.
------------------------------------------------------------------------------
Key: HHH-2502
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2502
Project: Hibernate3
Type: Bug
Components: documentation
Versions: 3.2.1, 3.2.2
Reporter: Greg Luck
The second level caching documentation states that ehcache is not distributed.
ehcache since 1.2 is distributed.
I have had some queries because the documentation for ehcache says something different to the documentation in hibernate about ehcache.
--
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
Typo in "5.1.7. version (optional)"
-----------------------------------
Key: HHH-2487
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2487
Project: Hibernate3
Type: Improvement
Components: documentation
Reporter: Diego Pires Plentz
Priority: Minor
"A version or timestamp property should never be null for a detached instance, so Hibernate will ***detact*** any instance with a null version or timestamp as transient, no matter what other unsaved-value strategies are specified."
Should be
"A version or timestamp property should never be null for a detached instance, so Hibernate will ***detect*** any instance with a null version or timestamp as transient, no matter what other unsaved-value strategies are specified."
--
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
Hibernate javadoc overview refering wrong classes and packages
--------------------------------------------------------------
Key: HHH-2568
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2568
Project: Hibernate3
Issue Type: Task
Components: documentation
Reporter: Diego Pires Plentz
Attachments: package.html.patch
Hibernate javadoc overview (doc/api/package.html) refering wrong classes and packages
org.hibernate.expression instead of org.hibernate.criterion.
org.hibernate.criterion.Expression instead of org.hibernate.criterion.Restrictions.
--
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
session.iterate() does not exist
--------------------------------
Key: HHH-2201
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2201
Project: Hibernate3
Type: Bug
Components: documentation
Versions: 3.2.0.ga
Reporter: Andres Gonzalez
Priority: Minor
In Section "14.15. Tips & Tricks":
You can count the number of query results without actually returning them:
( (Integer) session.iterate("select count(*) from ....").next() ).intValue()
I don't find any session.iterate() method... Maybe it should read:
( (Integer) session.createQuery("select count(*) from
....").iterate().next() ).intValue()
--
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