April 2018
Intermediate to advanced
202 pages
4h 48m
English
At this point, you started implementing the Vaadin UI, and had a clear understanding of the methods that the repositories should expose. You then implemented these methods in the respective repository classes:

Let's take a closer look at the methods in the repository classes. As you can see, all method names start with find or get. This is a well-known convention in the industry, and it's used by libraries such as Spring Data or Apache DeltaSpike. Methods starting with find return a collection of objects, while methods starting with get return single, ready-to-use values (such as a domain instance, or ...
Read now
Unlock full access