Use Cases Flashcards

1
Q

SpringData

A

Am umbrella project consisting of independent projects that aim to provide a familiar and consistent programming model for data access
Ex of such projects: JPA, Redis, MongoDB, Rest
*reduces the amount of boilerplate code required to query db

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

JPA

A

Allows you to access relational database ) (via Hibernate JPA provider )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Redis

A

supplies easy configuration and access to a Redis Store(key-value data store
) from Spring apps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Spring Data MongoDB

A

provides a consistent, Spring-base programming model for access to MongoDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Spring Data Rest

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly