Errata

Spring Data

Errata for Spring Data

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
Other Digital Version Kindle location 470
United States

I have the Kindle edition so I don't have the actual page number.

At the end of chapter one, in the section about importing the source code into your IDE, there is a paragraph about Querydsl errors in STS/Eclipse. Figure 1.5 shows how to add the Querydsl link to the list of available update sites. However, it isn't clear how you get to this dialogue. It would be helpful to clarify the steps for installing Maven Querydsl integration. Here is what I had to do in my installation of Eclipse:

- from the Help menu, select Install New Software
- uncheck "group items by category"
- click add
- type in the name and location as instructed in the book
- check "Maven Integration for QueryDSL
- click the next button

MarkK  Jan 05, 2013 
Printed Page 8
bottom of page

The URL listed on page 8
http://ilx.github.com/m2e-querydsl/
should probably be -
https://github.com/ilx/m2e-querydsl

Anonymous  Mar 06, 2013 
PDF Page 12
Example 3-4

Example 3-4. Activating Spring Data repository support using
->
Example 3-4. Activating Spring Data repository support using an annotation

tsuyo  Sep 21, 2012 
Other Digital Version 18
Second last line on page

Sort sort = new Sort(Direction.DESC, "Matthews");

I think this should read:
Sort sort = new Sort(Direction.DESC, "lastname");

Deon Slabbert  Feb 18, 2014 
PDF Page 19
"a tip, suggestion, or general note" paragraph

...with a set of plugins to eas building Spring applications
->
...with a set of plugins to ease building Spring applications

tsuyo  Sep 21, 2012 
PDF Page 26
2nd paragraph

We hand it an instance of the query class for Customer as well as the source collection.
->
We hand it an instance of the query class for Product as well as the source collection.

tsuyo  Sep 21, 2012 
PDF Page 26
2nd paragraph

In our case we'd simply like to get back the Customer instances matching the defined predicate.
->
In our case we'd simply like to get back the Product instances matching the defined predicate.

tsuyo  Sep 21, 2012 
PDF Page 48
Example 4-16

The first method in the interface declaration shown is missing the parameter name. Only the parameter type is shown.

Oliver Gierke
Oliver Gierke
 
Oct 28, 2012 
PDF Page 95
2nd bullet point

the text reads '...with the MongoDB driver API in the even...' - but it should read event (the 't' is missing)

Alexander Hanschke  Oct 30, 2012 
PDF Page 97
the example at the bottom of the page

the title of the example is PersonRepository (written in the title of the example as well as in the sentence above) - though the sample shows the Product(!)Repository

Alexander Hanschke  Oct 30, 2012 
PDF Page 98
the paragraph prior to example 6-38

in the paragraph it says that the code is taken from the class PersonRepositoryIntegrationTests though it should be the Product(!)RepositoryIntegrationTests

Alexander Hanschke  Oct 30, 2012 
PDF Page 102
1st paragraph

in the middle of the first paragraph it reads "(show in the example)" though it should be "...shown..." - the 'n' is missing

Alexander Hanschke  Oct 30, 2012 
PDF Page 124
1st paragraph

the words 'attached' and 'detached' are should have the same typesetting as they both relate to the state of an object

Alexander Hanschke  Nov 03, 2012 
Printed Page 151
Example 9-3, second and third methods

The book references the methods emaiAddress.setAddress() and emailAddress.getAddress(). No such methods exist in EmailAddress. Should be: emailAddress.setValue() and emailAddress.getValue()

John Neal  Nov 20, 2012 
PDF Page 164
Example 10-9

the title of the example relates to the PersonRepository though the example shows the Product(!)Repository

Alexander Hanschke  Nov 03, 2012 
PDF Page 202
Example 12-11

the title of the example relates to the PersonRepository though the example itself shows the JdbcPasswordRepository

Alexander Hanschke  Nov 03, 2012 
PDF Page 202
1st paragraph

the mention of the method processPasswordFile should have the constant width typesetting

Alexander Hanschke  Nov 03, 2012 
PDF Page 208
Example 12-23

the 'script' tag has the wrong color

Alexander Hanschke  Nov 03, 2012 
PDF Page 246
Example 13-40

the first item ends with 'cl' - this might be a typo...

Alexander Hanschke  Nov 03, 2012 
PDF Page 248
Example 13-45

the ampersand '&' has a different coloring than the rest of the command line text - has this been done intentionally?

Alexander Hanschke  Nov 03, 2012 
PDF Page 257
2nd paragraph

the full qualified class name 'java.uti.Map' is missing an 'l' at the end of 'util'

Alexander Hanschke  Nov 03, 2012