本站已收录 番号和无损神作磁力链接/BT种子 

[FreeCourseLab.com] Udemy - Spring Data JPA Using Hibernate

种子简介

种子名称: [FreeCourseLab.com] Udemy - Spring Data JPA Using Hibernate
文件类型: 视频
文件数目: 182个文件
文件大小: 1.44 GB
收录时间: 2022-6-17 09:41
已经下载: 3
资源热度: 189
最近下载: 2024-6-16 01:41

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:7d880b13f1865235e0bd470c3fa5e459c14bf62f&dn=[FreeCourseLab.com] Udemy - Spring Data JPA Using Hibernate 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeCourseLab.com] Udemy - Spring Data JPA Using Hibernate.torrent
  • 1. Introduction/1. Course and Instructor Introduction.mp49.49MB
  • 1. Introduction/2. How to make the best of this course.mp44.18MB
  • 10. Native SQL Query/1. Introduction.mp44.23MB
  • 10. Native SQL Query/2. Use native query.mp49.98MB
  • 10. Native SQL Query/3. Pass named parameter.mp48.12MB
  • 11. Inheritance mapping/1. Introduction.mp42.99MB
  • 11. Inheritance mapping/10. Class per hierarchy in action.mp413.67MB
  • 11. Inheritance mapping/11. Create the database tables.mp43.59MB
  • 11. Inheritance mapping/12. Update the Entities.mp45.79MB
  • 11. Inheritance mapping/13. Testing.mp47.25MB
  • 11. Inheritance mapping/14. JOINED Strategy.mp42.53MB
  • 11. Inheritance mapping/15. Create the DB tables.mp43.53MB
  • 11. Inheritance mapping/16. Update the entities.mp44.84MB
  • 11. Inheritance mapping/17. Testing.mp49.59MB
  • 11. Inheritance mapping/2. Create the Project.mp44.43MB
  • 11. Inheritance mapping/3. SINGLE_TABLE Strategy.mp43.72MB
  • 11. Inheritance mapping/4. Create the Payment Table.mp43.04MB
  • 11. Inheritance mapping/5. Create the Entity classes.mp48.62MB
  • 11. Inheritance mapping/6. Mark the parent class with annotations.mp46.33MB
  • 11. Inheritance mapping/7. Mark the child class with annotations.mp42.75MB
  • 11. Inheritance mapping/8. Create the repository.mp42.63MB
  • 11. Inheritance mapping/9. TABLE_PER_CLASS Strategy.mp41.72MB
  • 12. Component Mapping/1. Introduction.mp42.53MB
  • 12. Component Mapping/2. Create the DB Table.mp41.75MB
  • 12. Component Mapping/3. Create the Project.mp42.75MB
  • 12. Component Mapping/4. Create the Entities.mp412.11MB
  • 12. Component Mapping/5. Create the Repository.mp42.8MB
  • 12. Component Mapping/6. Testing.mp48.41MB
  • 13. Relationships in Hibernate/1. Introduction.mp45.57MB
  • 13. Relationships in Hibernate/10. Enable Cascading.mp48.06MB
  • 13. Relationships in Hibernate/11. Cascading.mp42.86MB
  • 13. Relationships in Hibernate/12. Saving the foreign key.mp46.05MB
  • 13. Relationships in Hibernate/13. Better way of handling the foreign key.mp411.72MB
  • 13. Relationships in Hibernate/14. Read.mp49.15MB
  • 13. Relationships in Hibernate/15. Update.mp49.13MB
  • 13. Relationships in Hibernate/16. What is Lazy Loading.mp43.52MB
  • 13. Relationships in Hibernate/17. Eager Fetch.mp43.93MB
  • 13. Relationships in Hibernate/18. Lazy Fetch.mp49.24MB
  • 13. Relationships in Hibernate/19. Delete.mp46.02MB
  • 13. Relationships in Hibernate/2. OneToMany Association.mp44.59MB
  • 13. Relationships in Hibernate/3. Create the database schema.mp44.02MB
  • 13. Relationships in Hibernate/4. Create the Project.mp43.35MB
  • 13. Relationships in Hibernate/5. Create Entities.mp49.75MB
  • 13. Relationships in Hibernate/6. Using @OneToMany.mp43.34MB
  • 13. Relationships in Hibernate/7. Using @ManyToOne.mp43.7MB
  • 13. Relationships in Hibernate/8. Create the Repository.mp42.73MB
  • 13. Relationships in Hibernate/9. Create and run the test.mp411.94MB
  • 14. Many to Many Association/1. Introduction.mp44.32MB
  • 14. Many to Many Association/2. Create the tables.mp43.73MB
  • 14. Many to Many Association/3. Create entities.mp48.39MB
  • 14. Many to Many Association/4. Use the manytomany mapping.mp410.73MB
  • 14. Many to Many Association/5. Handle the other side of the relationship.mp41.48MB
  • 14. Many to Many Association/6. Create the repository.mp42.82MB
  • 14. Many to Many Association/7. Test - Create.mp415.03MB
  • 14. Many to Many Association/8. Load.mp413.66MB
  • 14. Many to Many Association/9. Enable eager fetching.mp46.09MB
  • 15. One to One Mapping/1. OneToOne Association.mp45.22MB
  • 15. One to One Mapping/2. Create the DB Tables.mp42.94MB
  • 15. One to One Mapping/3. Create the Entities.mp47.46MB
  • 15. One to One Mapping/4. Annotate the entities.mp42.99MB
  • 15. One to One Mapping/5. Define the association.mp43.66MB
  • 15. One to One Mapping/6. Create the Repository.mp42.33MB
  • 15. One to One Mapping/7. Test OneToOne.mp412.69MB
  • 16. Hibernate Caching Mechanism/1. Introduction.mp45.72MB
  • 16. Hibernate Caching Mechanism/10. Step 4 - Make entities Cacheable.mp44.65MB
  • 16. Hibernate Caching Mechanism/11. Second Level Cache in Action.mp46.34MB
  • 16. Hibernate Caching Mechanism/2. Two levels of Cache.mp48.95MB
  • 16. Hibernate Caching Mechanism/3. First Level Cache In Action.mp412.36MB
  • 16. Hibernate Caching Mechanism/4. Evict the Object From Cache.mp413.68MB
  • 16. Hibernate Caching Mechanism/5. Eh Cache.mp45.73MB
  • 16. Hibernate Caching Mechanism/6. Step 1 - Add Maven Dependency.mp42.8MB
  • 16. Hibernate Caching Mechanism/7. Step 2 - Configure Cache through properties.mp46.89MB
  • 16. Hibernate Caching Mechanism/8. Step 3 - Create EhCache XML.mp47.29MB
  • 16. Hibernate Caching Mechanism/9. Caching Concurrency Strategies.mp48.35MB
  • 17. Transaction Management/1. Introduction.mp47.39MB
  • 17. Transaction Management/2. Transaction Management Components.mp45.12MB
  • 17. Transaction Management/3. Create the Bank Account Table.mp43.57MB
  • 17. Transaction Management/4. Create the project.mp42.99MB
  • 17. Transaction Management/5. Create the entity and repository classes.mp47.87MB
  • 17. Transaction Management/6. Create the services layer.mp410.15MB
  • 17. Transaction Management/7. Test the transfer method.mp46.18MB
  • 17. Transaction Management/8. Transactions in action.mp411.24MB
  • 18. Save and Retrieve Files/1. Introduction.mp44.95MB
  • 18. Save and Retrieve Files/2. Create the Image Table.mp41.47MB
  • 18. Save and Retrieve Files/3. Create the project.mp42.6MB
  • 18. Save and Retrieve Files/4. Create the Entity and Repository.mp46.19MB
  • 18. Save and Retrieve Files/5. Save the file.mp411.75MB
  • 18. Save and Retrieve Files/6. Retrieve the file.mp49.39MB
  • 19. End to End Mini Project/1. Usecase Introduction.mp45.02MB
  • 19. End to End Mini Project/10. Configure the Data Source.mp41.45MB
  • 19. End to End Mini Project/11. Create Doctor.mp47.82MB
  • 19. End to End Mini Project/12. Create Patient.mp415.49MB
  • 19. End to End Mini Project/13. Create Appointment.mp414.45MB
  • 19. End to End Mini Project/2. Create DB Schema.mp48.34MB
  • 19. End to End Mini Project/3. Create the PatientScheduling Project.mp42.95MB
  • 19. End to End Mini Project/4. Create Entities.mp418.64MB
  • 19. End to End Mini Project/5. Mark Entities with JPA Annotations.mp44.16MB
  • 19. End to End Mini Project/6. Patient and Insurance Component Mapping.mp42.79MB
  • 19. End to End Mini Project/7. Define the Patient and Doctor Many To many Association.mp412.58MB
  • 19. End to End Mini Project/8. Define the Appointment Relationships.mp46.31MB
  • 19. End to End Mini Project/9. Create Repositories.mp45.85MB
  • 2. Software Setup/1. Install Java.mp45.68MB
  • 2. Software Setup/2. Install STS.mp45.02MB
  • 2. Software Setup/3. Configure JDK in STS.mp43.15MB
  • 2. Software Setup/4. Install MySql and MySql Workbench.mp416.83MB
  • 2. Software Setup/5. Launch MySql workbench and create a database.mp44.03MB
  • 2. Software Setup/6. Spring Data JPA reference documentation.mp414.89MB
  • 2. Software Setup/7. Downloading the completed projects and assignments.mp42.49MB
  • 2. Software Setup/8. Troubleshooting Maven Projects.mp419.69MB
  • 20. Working with MongoDB/1. Introduction.mp44.15MB
  • 20. Working with MongoDB/10. Test the findAll and delete methods.mp427.89MB
  • 20. Working with MongoDB/11. Update Assignment.mp46.14MB
  • 20. Working with MongoDB/2. Install Mongo.mp431.37MB
  • 20. Working with MongoDB/3. Mongo Commands.mp420.84MB
  • 20. Working with MongoDB/4. Steps to work with mongo.mp44.1MB
  • 20. Working with MongoDB/5. Create Project.mp419.3MB
  • 20. Working with MongoDB/6. Create Model.mp413.36MB
  • 20. Working with MongoDB/7. Create the Repository.mp410.18MB
  • 20. Working with MongoDB/8. Test the save method.mp421.6MB
  • 20. Working with MongoDB/9. Configure External MongoDB.mp431.33MB
  • 3. ORM Basics/1. Java EE Application Layers.mp43.72MB
  • 3. ORM Basics/2. ORM (Object Relational Mapping).mp43.59MB
  • 3. ORM Basics/3. What is JPA.mp47.97MB
  • 3. ORM Basics/4. What and why spring data.mp46.09MB
  • 4. Simple CRUD operations/1. Usecase Introduction.mp42.2MB
  • 4. Simple CRUD operations/10. Read.mp410.09MB
  • 4. Simple CRUD operations/11. Update.mp44.93MB
  • 4. Simple CRUD operations/12. Delete.mp419.67MB
  • 4. Simple CRUD operations/13. Application Flow.mp49.56MB
  • 4. Simple CRUD operations/14. Exists.mp49.53MB
  • 4. Simple CRUD operations/15. Count.mp45.87MB
  • 4. Simple CRUD operations/16. Show SQL.mp49MB
  • 4. Simple CRUD operations/17. Using Spring Boot 2.X.mp430.72MB
  • 4. Simple CRUD operations/2. Create the product table.mp42.91MB
  • 4. Simple CRUD operations/3. Create the project.mp46.67MB
  • 4. Simple CRUD operations/4. Spring 2.x API Changes.mp410.24MB
  • 4. Simple CRUD operations/5. Step 1 Create the Entity.mp434.43MB
  • 4. Simple CRUD operations/6. Step 2 Create the Repository.mp44.67MB
  • 4. Simple CRUD operations/7. Step 3 Configure the Data Source.mp44.55MB
  • 4. Simple CRUD operations/8. Test the Application.mp44.94MB
  • 4. Simple CRUD operations/9. Create.mp48.52MB
  • 5. Generators/1. Introduction.mp47.17MB
  • 5. Generators/10. Configure the Table Strategy.mp411.18MB
  • 5. Generators/11. Develop Custom Generator.mp45.75MB
  • 5. Generators/12. Configure and Use the Custom Generator.mp48.16MB
  • 5. Generators/2. Create the database schema.mp41.18MB
  • 5. Generators/3. Create a Spring Data Project.mp42.18MB
  • 5. Generators/4. Create an Entity.mp43.43MB
  • 5. Generators/5. Create the repository.mp43.13MB
  • 5. Generators/6. Configure the data source.mp41.51MB
  • 5. Generators/7. Save Employee.mp46.1MB
  • 5. Generators/8. Use the identity generator type.mp47.21MB
  • 5. Generators/9. Update the DB Schema for Table Strategy.mp43.85MB
  • 6. Spring Data Finder Methods/1. Introduction.mp410.76MB
  • 6. Spring Data Finder Methods/2. Setup the Data.mp45.44MB
  • 6. Spring Data Finder Methods/3. Find By Name.mp410.12MB
  • 6. Spring Data Finder Methods/4. Find By Multiple Fields.mp45.73MB
  • 6. Spring Data Finder Methods/5. GreaterThan.mp47.52MB
  • 6. Spring Data Finder Methods/6. Contains.mp45.74MB
  • 6. Spring Data Finder Methods/7. Between.mp45.9MB
  • 6. Spring Data Finder Methods/8. The LIKE.mp48.06MB
  • 6. Spring Data Finder Methods/9. IN.mp45.29MB
  • 7. Paging and Sorting/1. Introduction.mp417.93MB
  • 7. Paging and Sorting/2. Enable Paging and Sorting.mp421.48MB
  • 7. Paging and Sorting/3. Sort by single property.mp416.42MB
  • 7. Paging and Sorting/4. Sort by multiple properties.mp45.43MB
  • 7. Paging and Sorting/5. Sort by multiple properties and directions.mp47.02MB
  • 7. Paging and Sorting/6. Paging and Sorting in action.mp47.85MB
  • 7. Paging and Sorting/7. Paging and Sorting on a custom finder method.mp46.61MB
  • 8. JPQL/1. Introduction.mp45.02MB
  • 8. JPQL/10. Find by student scores.mp415.14MB
  • 8. JPQL/11. Non Select Operations.mp413.85MB
  • 8. JPQL/2. Create the Student Table.mp42.1MB
  • 8. JPQL/3. Create the Spring Data Project.mp43.94MB
  • 8. JPQL/4. Create the Entity.mp49.85MB
  • 8. JPQL/5. Create the Repository.mp42.26MB
  • 8. JPQL/6. Add some Data.mp48.76MB
  • 8. JPQL/7. First JPQL.mp431.84MB
  • 8. JPQL/8. Read Partial Data.mp49.51MB
  • 8. JPQL/9. Using Named Query Parameters.mp411.76MB
  • 9. Paging and Sorting with JPQL/1. Paging.mp425.48MB
  • 9. Paging and Sorting with JPQL/2. Sorting.mp413.47MB