zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeCourseLab.com] Udemy - Spring Data JPA Using Hibernate
magnet:?xt=urn:btih:7d880b13f1865235e0bd470c3fa5e459c14bf62f&dn=[FreeCourseLab.com] Udemy - Spring Data JPA Using Hibernate
磁力链接详情
Hash值:
7d880b13f1865235e0bd470c3fa5e459c14bf62f
点击数:
249
文件大小:
1.44 GB
文件数量:
182
创建日期:
2022-6-17 09:41
最后访问:
2024-12-24 02:12
访问标签:
FreeCourseLab
com
Udemy
-
Spring
Data
JPA
Using
Hibernate
文件列表详情
1. Introduction/1. Course and Instructor Introduction.mp4 9.49 MB
1. Introduction/2. How to make the best of this course.mp4 4.18 MB
10. Native SQL Query/1. Introduction.mp4 4.23 MB
10. Native SQL Query/2. Use native query.mp4 9.98 MB
10. Native SQL Query/3. Pass named parameter.mp4 8.12 MB
11. Inheritance mapping/1. Introduction.mp4 2.99 MB
11. Inheritance mapping/10. Class per hierarchy in action.mp4 13.67 MB
11. Inheritance mapping/11. Create the database tables.mp4 3.59 MB
11. Inheritance mapping/12. Update the Entities.mp4 5.79 MB
11. Inheritance mapping/13. Testing.mp4 7.25 MB
11. Inheritance mapping/14. JOINED Strategy.mp4 2.53 MB
11. Inheritance mapping/15. Create the DB tables.mp4 3.53 MB
11. Inheritance mapping/16. Update the entities.mp4 4.84 MB
11. Inheritance mapping/17. Testing.mp4 9.59 MB
11. Inheritance mapping/2. Create the Project.mp4 4.43 MB
11. Inheritance mapping/3. SINGLE_TABLE Strategy.mp4 3.72 MB
11. Inheritance mapping/4. Create the Payment Table.mp4 3.04 MB
11. Inheritance mapping/5. Create the Entity classes.mp4 8.62 MB
11. Inheritance mapping/6. Mark the parent class with annotations.mp4 6.33 MB
11. Inheritance mapping/7. Mark the child class with annotations.mp4 2.75 MB
11. Inheritance mapping/8. Create the repository.mp4 2.63 MB
11. Inheritance mapping/9. TABLE_PER_CLASS Strategy.mp4 1.72 MB
12. Component Mapping/1. Introduction.mp4 2.53 MB
12. Component Mapping/2. Create the DB Table.mp4 1.75 MB
12. Component Mapping/3. Create the Project.mp4 2.75 MB
12. Component Mapping/4. Create the Entities.mp4 12.11 MB
12. Component Mapping/5. Create the Repository.mp4 2.8 MB
12. Component Mapping/6. Testing.mp4 8.41 MB
13. Relationships in Hibernate/1. Introduction.mp4 5.57 MB
13. Relationships in Hibernate/10. Enable Cascading.mp4 8.06 MB
13. Relationships in Hibernate/11. Cascading.mp4 2.86 MB
13. Relationships in Hibernate/12. Saving the foreign key.mp4 6.05 MB
13. Relationships in Hibernate/13. Better way of handling the foreign key.mp4 11.72 MB
13. Relationships in Hibernate/14. Read.mp4 9.15 MB
13. Relationships in Hibernate/15. Update.mp4 9.13 MB
13. Relationships in Hibernate/16. What is Lazy Loading.mp4 3.52 MB
13. Relationships in Hibernate/17. Eager Fetch.mp4 3.93 MB
13. Relationships in Hibernate/18. Lazy Fetch.mp4 9.24 MB
13. Relationships in Hibernate/19. Delete.mp4 6.02 MB
13. Relationships in Hibernate/2. OneToMany Association.mp4 4.59 MB
13. Relationships in Hibernate/3. Create the database schema.mp4 4.02 MB
13. Relationships in Hibernate/4. Create the Project.mp4 3.35 MB
13. Relationships in Hibernate/5. Create Entities.mp4 9.75 MB
13. Relationships in Hibernate/6. Using @OneToMany.mp4 3.34 MB
13. Relationships in Hibernate/7. Using @ManyToOne.mp4 3.7 MB
13. Relationships in Hibernate/8. Create the Repository.mp4 2.73 MB
13. Relationships in Hibernate/9. Create and run the test.mp4 11.94 MB
14. Many to Many Association/1. Introduction.mp4 4.32 MB
14. Many to Many Association/2. Create the tables.mp4 3.73 MB
14. Many to Many Association/3. Create entities.mp4 8.39 MB
14. Many to Many Association/4. Use the manytomany mapping.mp4 10.73 MB
14. Many to Many Association/5. Handle the other side of the relationship.mp4 1.48 MB
14. Many to Many Association/6. Create the repository.mp4 2.82 MB
14. Many to Many Association/7. Test - Create.mp4 15.03 MB
14. Many to Many Association/8. Load.mp4 13.66 MB
14. Many to Many Association/9. Enable eager fetching.mp4 6.09 MB
15. One to One Mapping/1. OneToOne Association.mp4 5.22 MB
15. One to One Mapping/2. Create the DB Tables.mp4 2.94 MB
15. One to One Mapping/3. Create the Entities.mp4 7.46 MB
15. One to One Mapping/4. Annotate the entities.mp4 2.99 MB
15. One to One Mapping/5. Define the association.mp4 3.66 MB
15. One to One Mapping/6. Create the Repository.mp4 2.33 MB
15. One to One Mapping/7. Test OneToOne.mp4 12.69 MB
16. Hibernate Caching Mechanism/1. Introduction.mp4 5.72 MB
16. Hibernate Caching Mechanism/10. Step 4 - Make entities Cacheable.mp4 4.65 MB
16. Hibernate Caching Mechanism/11. Second Level Cache in Action.mp4 6.34 MB
16. Hibernate Caching Mechanism/2. Two levels of Cache.mp4 8.95 MB
16. Hibernate Caching Mechanism/3. First Level Cache In Action.mp4 12.36 MB
16. Hibernate Caching Mechanism/4. Evict the Object From Cache.mp4 13.68 MB
16. Hibernate Caching Mechanism/5. Eh Cache.mp4 5.73 MB
16. Hibernate Caching Mechanism/6. Step 1 - Add Maven Dependency.mp4 2.8 MB
16. Hibernate Caching Mechanism/7. Step 2 - Configure Cache through properties.mp4 6.89 MB
16. Hibernate Caching Mechanism/8. Step 3 - Create EhCache XML.mp4 7.29 MB
16. Hibernate Caching Mechanism/9. Caching Concurrency Strategies.mp4 8.35 MB
17. Transaction Management/1. Introduction.mp4 7.39 MB
17. Transaction Management/2. Transaction Management Components.mp4 5.12 MB
17. Transaction Management/3. Create the Bank Account Table.mp4 3.57 MB
17. Transaction Management/4. Create the project.mp4 2.99 MB
17. Transaction Management/5. Create the entity and repository classes.mp4 7.87 MB
17. Transaction Management/6. Create the services layer.mp4 10.15 MB
17. Transaction Management/7. Test the transfer method.mp4 6.18 MB
17. Transaction Management/8. Transactions in action.mp4 11.24 MB
18. Save and Retrieve Files/1. Introduction.mp4 4.95 MB
18. Save and Retrieve Files/2. Create the Image Table.mp4 1.47 MB
18. Save and Retrieve Files/3. Create the project.mp4 2.6 MB
18. Save and Retrieve Files/4. Create the Entity and Repository.mp4 6.19 MB
18. Save and Retrieve Files/5. Save the file.mp4 11.75 MB
18. Save and Retrieve Files/6. Retrieve the file.mp4 9.39 MB
19. End to End Mini Project/1. Usecase Introduction.mp4 5.02 MB
19. End to End Mini Project/10. Configure the Data Source.mp4 1.45 MB
19. End to End Mini Project/11. Create Doctor.mp4 7.82 MB
19. End to End Mini Project/12. Create Patient.mp4 15.49 MB
19. End to End Mini Project/13. Create Appointment.mp4 14.45 MB
19. End to End Mini Project/2. Create DB Schema.mp4 8.34 MB
19. End to End Mini Project/3. Create the PatientScheduling Project.mp4 2.95 MB
19. End to End Mini Project/4. Create Entities.mp4 18.64 MB
19. End to End Mini Project/5. Mark Entities with JPA Annotations.mp4 4.16 MB
19. End to End Mini Project/6. Patient and Insurance Component Mapping.mp4 2.79 MB
19. End to End Mini Project/7. Define the Patient and Doctor Many To many Association.mp4 12.58 MB
19. End to End Mini Project/8. Define the Appointment Relationships.mp4 6.31 MB
19. End to End Mini Project/9. Create Repositories.mp4 5.85 MB
2. Software Setup/1. Install Java.mp4 5.68 MB
2. Software Setup/2. Install STS.mp4 5.02 MB
2. Software Setup/3. Configure JDK in STS.mp4 3.15 MB
2. Software Setup/4. Install MySql and MySql Workbench.mp4 16.83 MB
2. Software Setup/5. Launch MySql workbench and create a database.mp4 4.03 MB
2. Software Setup/6. Spring Data JPA reference documentation.mp4 14.89 MB
2. Software Setup/7. Downloading the completed projects and assignments.mp4 2.49 MB
2. Software Setup/8. Troubleshooting Maven Projects.mp4 19.69 MB
20. Working with MongoDB/1. Introduction.mp4 4.15 MB
20. Working with MongoDB/10. Test the findAll and delete methods.mp4 27.89 MB
20. Working with MongoDB/11. Update Assignment.mp4 6.14 MB
20. Working with MongoDB/2. Install Mongo.mp4 31.37 MB
20. Working with MongoDB/3. Mongo Commands.mp4 20.84 MB
20. Working with MongoDB/4. Steps to work with mongo.mp4 4.1 MB
20. Working with MongoDB/5. Create Project.mp4 19.3 MB
20. Working with MongoDB/6. Create Model.mp4 13.36 MB
20. Working with MongoDB/7. Create the Repository.mp4 10.18 MB
20. Working with MongoDB/8. Test the save method.mp4 21.6 MB
20. Working with MongoDB/9. Configure External MongoDB.mp4 31.33 MB
3. ORM Basics/1. Java EE Application Layers.mp4 3.72 MB
3. ORM Basics/2. ORM (Object Relational Mapping).mp4 3.59 MB
3. ORM Basics/3. What is JPA.mp4 7.97 MB
3. ORM Basics/4. What and why spring data.mp4 6.09 MB
4. Simple CRUD operations/1. Usecase Introduction.mp4 2.2 MB
4. Simple CRUD operations/10. Read.mp4 10.09 MB
4. Simple CRUD operations/11. Update.mp4 4.93 MB
4. Simple CRUD operations/12. Delete.mp4 19.67 MB
4. Simple CRUD operations/13. Application Flow.mp4 9.56 MB
4. Simple CRUD operations/14. Exists.mp4 9.53 MB
4. Simple CRUD operations/15. Count.mp4 5.87 MB
4. Simple CRUD operations/16. Show SQL.mp4 9 MB
4. Simple CRUD operations/17. Using Spring Boot 2.X.mp4 30.72 MB
4. Simple CRUD operations/2. Create the product table.mp4 2.91 MB
4. Simple CRUD operations/3. Create the project.mp4 6.67 MB
4. Simple CRUD operations/4. Spring 2.x API Changes.mp4 10.24 MB
4. Simple CRUD operations/5. Step 1 Create the Entity.mp4 34.43 MB
4. Simple CRUD operations/6. Step 2 Create the Repository.mp4 4.67 MB
4. Simple CRUD operations/7. Step 3 Configure the Data Source.mp4 4.55 MB
4. Simple CRUD operations/8. Test the Application.mp4 4.94 MB
4. Simple CRUD operations/9. Create.mp4 8.52 MB
5. Generators/1. Introduction.mp4 7.17 MB
5. Generators/10. Configure the Table Strategy.mp4 11.18 MB
5. Generators/11. Develop Custom Generator.mp4 5.75 MB
5. Generators/12. Configure and Use the Custom Generator.mp4 8.16 MB
5. Generators/2. Create the database schema.mp4 1.18 MB
5. Generators/3. Create a Spring Data Project.mp4 2.18 MB
5. Generators/4. Create an Entity.mp4 3.43 MB
5. Generators/5. Create the repository.mp4 3.13 MB
5. Generators/6. Configure the data source.mp4 1.51 MB
5. Generators/7. Save Employee.mp4 6.1 MB
5. Generators/8. Use the identity generator type.mp4 7.21 MB
5. Generators/9. Update the DB Schema for Table Strategy.mp4 3.85 MB
6. Spring Data Finder Methods/1. Introduction.mp4 10.76 MB
6. Spring Data Finder Methods/2. Setup the Data.mp4 5.44 MB
6. Spring Data Finder Methods/3. Find By Name.mp4 10.12 MB
6. Spring Data Finder Methods/4. Find By Multiple Fields.mp4 5.73 MB
6. Spring Data Finder Methods/5. GreaterThan.mp4 7.52 MB
6. Spring Data Finder Methods/6. Contains.mp4 5.74 MB
6. Spring Data Finder Methods/7. Between.mp4 5.9 MB
6. Spring Data Finder Methods/8. The LIKE.mp4 8.06 MB
6. Spring Data Finder Methods/9. IN.mp4 5.29 MB
7. Paging and Sorting/1. Introduction.mp4 17.93 MB
7. Paging and Sorting/2. Enable Paging and Sorting.mp4 21.48 MB
7. Paging and Sorting/3. Sort by single property.mp4 16.42 MB
7. Paging and Sorting/4. Sort by multiple properties.mp4 5.43 MB
7. Paging and Sorting/5. Sort by multiple properties and directions.mp4 7.02 MB
7. Paging and Sorting/6. Paging and Sorting in action.mp4 7.85 MB
7. Paging and Sorting/7. Paging and Sorting on a custom finder method.mp4 6.61 MB
8. JPQL/1. Introduction.mp4 5.02 MB
8. JPQL/10. Find by student scores.mp4 15.14 MB
8. JPQL/11. Non Select Operations.mp4 13.85 MB
8. JPQL/2. Create the Student Table.mp4 2.1 MB
8. JPQL/3. Create the Spring Data Project.mp4 3.94 MB
8. JPQL/4. Create the Entity.mp4 9.85 MB
8. JPQL/5. Create the Repository.mp4 2.26 MB
8. JPQL/6. Add some Data.mp4 8.76 MB
8. JPQL/7. First JPQL.mp4 31.84 MB
8. JPQL/8. Read Partial Data.mp4 9.51 MB
8. JPQL/9. Using Named Query Parameters.mp4 11.76 MB
9. Paging and Sorting with JPQL/1. Paging.mp4 25.48 MB
9. Paging and Sorting with JPQL/2. Sorting.mp4 13.47 MB
其他位置