Webinar: Spring Data Repositories - Best Practices

preview_player
Показать описание
Speakers: Oliver Gierke and Thomas Darimont
The repository abstraction layer is one of the core pieces of the Spring Data projects. It provides a consistent, interface-based programming model to allow implementing data access layers easily for relational and NoSQL databases.

We will have a look at the lessons learned from the application of it in various customer projects and summarize best practices for you to apply in your projects. The session will also discuss advanced features like the Querydsl integration, the integration of custom implementation code as well as hooks into Spring MVC and Spring HATEOAS.

Рекомендации по теме
Комментарии
Автор

Is this really a best practices video? It feels more like a getting-started. Still, good information and good presentation.

jasperavisser
Автор

If I have more than 20 model classes, What is best practice

1. Either we should have separate repository classes for every model class

2. Or do some trick and generate one or two repository class for them, if we can do so

I just want to ask either it is best practice to have a lots of repository classes or there is another way to deal with it?

MsNareshJoshi
Автор

Good info. i have a query.. like i want to find from 2 tables (having entities) with 2 table columns criterias than how to write a custom spring data Please reply ASAP

rajasekhara
Автор

Unable to watch the video due to the low resolution. Could you post an HD version of the webinar ?

marcusparis
Автор

where are these "Best Practices" ?

mireksz