17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Mastering Spring Data JPA - From Basics To Advanced
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
The full guide to master Spring Data JPA step by step
What you'll learn
Setting up your development environment
Exploring Spring Data JPA fundamentals
Mastering repositories and the entity lifecycle
Unraveling entity relationships
Understanding inheritance
Leveraging embedded IDs and entities
Querying data
Named queries
Specification
Requirements
No programming experience is required
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Bootstrap the course/1. Setup Postgres DB server (Docker image).mp4
21 MB
~Get Your Files Here !/1. Bootstrap the course/2. Setup MySQL DB server (Docker image).mp4
9 MB
~Get Your Files Here !/1. Bootstrap the course/3. Create a new Spring boot project.mp4
20.2 MB
~Get Your Files Here !/1. Bootstrap the course/4. Setup the DB and create a new schema (Postgres).mp4
24.3 MB
~Get Your Files Here !/1. Bootstrap the course/5. Setup the DB and create a new schema (MySQL).mp4
11.3 MB
~Get Your Files Here !/1. Bootstrap the course/6. Connect the application to the database (Postgres).mp4
56 MB
~Get Your Files Here !/1. Bootstrap the course/7. Connect the application to the database (MySQL).mp4
37.2 MB
~Get Your Files Here !/1. Bootstrap the course/8. The persistence project we will build.mp4
19.8 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/1. Hibernate VS Spring Data JPA.mp4
17.6 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/10. Best usages of @Column.mp4
45.1 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/11. Have more control over your entity using @Table.mp4
25.3 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/2. Create the first java Class.mp4
35.8 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/3. Transform the java Class to an @Entity.mp4
18.5 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/4. @Id annotation.mp4
19.9 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/5. @GeneratedValue annotation.mp4
35.6 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/6. Strategy AUTO.mp4
46.9 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/7. @SequenceGenerator annotation.mp4
32.5 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/8. @TableGenerator annotation.mp4
32.4 MB
~Get Your Files Here !/2. Introduction to Spring Data JPA/9. @Column annotation overview.mp4
30.9 MB
~Get Your Files Here !/3. Repositories/1. Repositories overview.mp4
11.7 MB
~Get Your Files Here !/3. Repositories/2. Deep understanding of Repositories.mp4
19.4 MB
~Get Your Files Here !/3. Repositories/3. Discover the repositories as code.mp4
25.5 MB
~Get Your Files Here !/3. Repositories/4. Create your first Repository.mp4
19 MB
~Get Your Files Here !/3. Repositories/5. Create a command line runner.mp4
14.4 MB
~Get Your Files Here !/3. Repositories/6. Insert some data into the database.mp4
33.9 MB
~Get Your Files Here !/3. Repositories/7. Entity lifecycle.mp4
47.1 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/1. Why creating relationships between entities.mp4
7.4 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/10. One to one relationship.mp4
28.6 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/11. Check if your code is correct.mp4
21.8 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/2. The difference between unidirectional and bidirectional relationship.mp4
10.4 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/3. Create the course entity.mp4
12.9 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/4. Create the section entity.mp4
6.3 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/5. Create the lecture entity.mp4
4.7 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/6. Create the resource entity.mp4
7.9 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/7. Many to many relationship.mp4
60.1 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/8. One to many.mp4
32.1 MB
~Get Your Files Here !/4. Spring Data JPA Relationships/9. One to many section and lecture.mp4
15 MB
~Get Your Files Here !/5. Playing with Inheritance/1. Inheritance overview.mp4
8.2 MB
~Get Your Files Here !/5. Playing with Inheritance/10. Polymorphic Queries.mp4
19.8 MB
~Get Your Files Here !/5. Playing with Inheritance/2. Inheritance VS Composition.mp4
6.6 MB
~Get Your Files Here !/5. Playing with Inheritance/3. @MappedSuperclass.mp4
78.5 MB
~Get Your Files Here !/5. Playing with Inheritance/4. Create the child classes.mp4
20.3 MB
~Get Your Files Here !/5. Playing with Inheritance/5. Single table strategy.mp4
42.6 MB
~Get Your Files Here !/5. Playing with Inheritance/6. Single table strategy - Discriminator Values.mp4
25.1 MB
~Get Your Files Here !/5. Playing with Inheritance/7. Test the single table strategy strategy.mp4
27.2 MB
~Get Your Files Here !/5. Playing with Inheritance/8. Joined table strategy.mp4
51.4 MB
~Get Your Files Here !/5. Playing with Inheritance/9. Table per class strategy.mp4
28.2 MB
~Get Your Files Here !/6. Embedded entities & ID/1. Embedding Overview.mp4
10.7 MB
~Get Your Files Here !/6. Embedded entities & ID/2. @EmbeddedId.mp4
17.5 MB
~Get Your Files Here !/6. Embedded entities & ID/3. Use the embedded ID.mp4
35.7 MB
~Get Your Files Here !/6. Embedded entities & ID/4. Test the embedded ID.mp4
53.4 MB
~Get Your Files Here !/6. Embedded entities & ID/5. Create Embedded Address class.mp4
19.9 MB
~Get Your Files Here !/6. Embedded entities & ID/6. @Embaddable annotation.mp4
21.4 MB
~Get Your Files Here !/7. Querying data/1. Derived query methods explained.mp4
42.9 MB
~Get Your Files Here !/7. Querying data/2. FindAllBy methods explained.mp4
33 MB
~Get Your Files Here !/7. Querying data/3. Play with FindBy method.mp4
48.1 MB
~Get Your Files Here !/7. Querying data/4. Add Java Faker dependency.mp4
17.6 MB
~Get Your Files Here !/7. Querying data/5. Insert fake data.mp4
50.6 MB
~Get Your Files Here !/7. Querying data/6. Exercice.mp4
5.5 MB
~Get Your Files Here !/7. Querying data/7. Update data.mp4
57.1 MB
~Get Your Files Here !/7. Querying data/8. Update data using @Modifiying.mp4
59.3 MB
~Get Your Files Here !/8. Named queries/1. Definition and advantages of named queries.mp4
14.5 MB
~Get Your Files Here !/8. Named queries/2. Fetch data with @NamedQuery.mp4
45.2 MB
~Get Your Files Here !/8. Named queries/3. Update data with @NamedQuery.mp4