Errata

Hibernate: A Developer's Notebook

Errata for Hibernate: A Developer's Notebook

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 34
1st paragraph

The driver class for the MM.MySQL driver is org.gjt.mm.mysql.Driver. The name of the
driver class suggested in the book is the same as the driver class for the current
incarnation of the driver.

Anonymous   
Printed Page 43
End of 2nd paragraph

You mention reference documentation here. What reference documentation?
I tried to find examples of sharing the session factory but could not find them.

Anonymous   
Printed Page 78
last paragraph

For small databases this is fine, but in general your database can't hold a lot more
than the memory available to your program.

should read:

For small databases this is fine, but in general your database can hold a lot more
than the memory available to your program.

Anonymous   
Printed Page 84
Code: <index column="POSITION">

Using Hypersonic version 1.7.3.3 I found that the column name POSITION would not
work. Hypersonic would not create a column with the name POSITION. I changed the name
to PLAY_POSITION and the example immediately worked.

Anonymous   
Printed Page 124
code line 135

The javadoc says

* @return the same object, since enumeration instances are singletons.

I do not think that StereoVolume instances are instances of an enumeration.

Anonymous