Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 11.5 hours on-demand video
  • 1 article
  • 23 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
  • Assignments
IT & Software Other IT & Software Hibernate

Spring Data JPA Using Hibernate

Learn and use the most popular ORM Frameworks in easy steps
Bestseller
Rating: 4.5 out of 54.5 (1,028 ratings)
5,812 students
Created by Bharath Thippireddy
Last updated 1/2021
English
English, Polish [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Master the concepts of ORM,Spring Data JPA and Hibernate
  • Perform CRUD operations against a database with two simple steps
  • Configure auto generated IDs for the Primary Key fields
  • Realize the power of Spring Data Finder methods
  • Load data from database with out implementing any code or SQL
  • Learn and use JPQL - Java Persistence Query Language
  • Execute native sql queries from your Spring Data Application
  • Use Paging and Sorting
  • Learn the different types of Hibernate Mappings
  • Implement Component Mapping
  • Implement Inheritance Mapping
  • Master Hibernate Associations and implement all the four types of associations
  • See Hibernate caching in action
  • Learn and manage Transactions
  • Work on a mini Patient Scheduling application
Curated for the Udemy for Business collection

Requirements

  • Knowledge of Spring Framework and Spring Boot
  • Or Should have completed my Spring Framework in easy steps course

Description

Sample of the reviews:

highly recommended, usually the courses of Professor Bharath are characterized by their extensive explanation in the examples which he himself is writing the code and explaining in detail, you will learn a lot about this subject and enjoy it if you are passionate about Spring and its related topics - Edilberto Ramos Salinas

Good course and clearly explained all topics. - Italo Diego Honorato Soto

A very good course with a very good content which is very well explained - Sergey Kargopolov

---

All source code is available for download

Responsive Instructor - All questions answered within 24 hours

Professional video and audio recordings (check the free previews)

---

Are you a java spring developer interested in mastering Springs powerful and easy to use ORM framework? Are you a java developer who want to create complete data access layer in two simple steps ? then this Spring Data JPA using Hibernate course is for you.It is a complete hand's on course with quizzes,assignments and a mini project at the end.

Spring data JPA removes all the boiler plate coding that we write to create Data Access Layer for our applications while using JPA and ORM tools like Hibernate.And with the power of spring boot there is zero xml or java based configuration required.

Hibernate is the most popular object-relational mapping framework and the most used JPA providers. Hibernate maps our java classes to database tables.It offers component mapping,inheritance mapping and supports various associations among objects.

Spring data JPA makes it super easy to use there powerful features of Hibernate by removing all the configuration and use of low level APIs.Spring Data makes it possible to remove the DAO implementations entirely – the interface of the DAO is now the only artifact that needs to be explicitly defined.

Every section in the course is loaded with hands on examples.You will also work on assignments at the end of each section.You will also work on a mini project at the end of the course.

After taking this class, developers will be able to build faster, more flexible and easier to maintain application persistence layers with Spring Data JPA Using Hibernate.

What Will I Learn?

  • Master the concepts of ORM,Spring Data JPA and Hibernate

  • Perform CRUD operations against a database with two simple steps

  • Configure auto generated IDs for the Primary Key fields

  • Realize the power of Spring Data Finder methods 

  • Load data from database with with out implementing any code or SQL 

  • Learn and use JPQL - Java Persistence Query Language 

  • Execute native sql queries from your Spring Data Application 

  • Use Paging and Sorting   Learn the different types of Hibernate Mappings

  • Implement Component Mapping

  • Implement Inheritance Mapping   Master Associations and use all the four types of associations 

  • See Hibernate caching in action 

  • Learn and manage Transactions 

  • Work on a mini Patient Scheduling application

Who this course is for:

  • Anyone who wants to learn the concepts and work hands on Spring Data JPA using Hibernate
  • Students who have taken my Spring Course and who want to master Spring Data JPA and Hibernate
  • Students who want to create Data Access Layer in simple steps
  • Student who want to master JPA and Hibernate using Spring Data

Featured review

Dulshan Samarakoon
Dulshan Samarakoon
25 courses
13 reviews
Rating: 5.0 out of 5a year ago
I have gone through two of his courses..And also I had gone through some other courses as well for spring mvc.. He is the best java instructor on Udemy. I just finished the course.It took me only 5 days. This is the first course on Udemy I finished 100%. Im so happy. I wish it contain more content like Front End deployment and more Assignments and Questions At last Guys This is the best JPA course for beginners. Sir Good luck from Sri Lanka

Course content

27 sections • 248 lectures • 11h 26m total length

  • Preview04:13
  • How to make the best of this course
    02:42

  • Install Java
    01:27
  • Install STS
    01:34
  • Configure JDK in STS
    01:29
  • Install MySql and MySql Workbench
    03:14
  • Launch MySql workbench and create a database
    01:43
  • Windows Only -Install Mysql
    04:49
  • Windows Only - Install Mysql Workbench
    02:58
  • Spring Data JPA reference documentation
    03:00

  • Downloading the completed projects and assignments
    01:19
  • GIT Hub URL
    00:19
  • Troubleshooting Maven Projects
    01:25
  • Using Latest Versions
    00:31

  • Java EE Application Layers
    02:14
  • Preview01:12
  • What is JPA?
    02:39
  • Preview03:49
  • The Basics
    3 questions

  • Usecase Introduction
    01:21
  • Create the product table
    01:19
  • Create the project
    03:04
  • Upgrade
    00:47
  • Step 1 Create the Entity
    03:59
  • Step 2 Create the Repository
    01:53
  • Step 3 Configure the Data Source
    02:08
  • Test the Application
    02:01
  • Create
    03:29
  • Show SQL
    02:11
  • Read
    03:47
  • Update
    02:13
  • Delete
    01:29
  • Application Flow
    02:28
  • Exists
    02:42
  • Count
    01:40
  • Show SQL
    01:51
  • CRUD Operations
    4 questions
  • Using Spring Data Create Data Access Layer for Customer Domain
    1 question

  • Introduction
    04:21
  • Create the database schema
    00:32
  • Create a Spring Data Project
    00:54
  • Create an Entity
    01:21
  • Create the repository
    01:11
  • Configure the data source
    00:34
  • Save Employee
    01:58
  • Use the identity generator type
    02:39
  • Update the DB Schema for Table Strategy
    01:47
  • Configure the Table Strategy
    03:52
  • Develop Custom Generator
    02:12
  • Configure and Use the Custom Generator
    02:57
  • Generators
    2 questions
  • ID Generation
    1 question

  • Preview03:21
  • Setup the Data
    02:23
  • Find By Name
    03:38
  • Find By Multiple Fields
    01:53
  • GreaterThan
    02:20
  • Contains
    01:52
  • Between
    01:48
  • The LIKE
    01:59
  • IN
    01:50
  • Finder Methods
    1 question
  • Finder Methods Assignment
    1 question

  • Introduction
    02:24
  • API Update
    02:42
  • Enable Paging and Sorting
    06:38
  • Sort by single property
    04:21
  • Sort by multiple properties
    01:52
  • Sort by multiple properties and directions
    02:47
  • Paging and Sorting in action
    02:54
  • Paging and Sorting on a custom finder method
    03:21
  • Paging and Sorting
    4 questions

  • Introduction
    02:58
  • Create the Student Table
    00:59
  • Create the Spring Data Project
    01:45
  • Create the Entity
    03:48
  • Create the Repository
    00:44
  • Add some Data
    03:10
  • First JPQL
    03:53
  • Read Partial Data
    03:47
  • Using Named Query Parameters
    03:59
  • Find by student scores
    04:31
  • Non Select Operations
    04:54
  • JPQL
    4 questions
  • JPQL Assignment
    1 question

  • Paging
    06:34
  • Sorting
    03:18
  • Paging and Sorting
    1 question

Instructor

Bharath Thippireddy
IT Architect and Best Selling Instructor- 350000+ students
Bharath Thippireddy
  • 4.4 Instructor Rating
  • 53,197 Reviews
  • 394,355 Students
  • 30 Courses

Bharath Thippireddy is an Entrepreneur,Software Architect and Public Speaker who has trained 350000 + students across the planet.He is Oracle Certified Developer, Web Component Developer, Business Component Developer, Web Services Developer.

He loves learning new things both in technology and personal development and shares them on YouTube and his web site. He have mentored students in class room trainings as well as in the corporate world both in India as well as in USA.He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.

Full Stack Development using Java,Python,JavaScript and DevOps, AWS, Docker, Kubernetes.

From 25 Courses which currently have 300K+ Learners you can pick a track and master

Spring Boot Project Development using Angular and React

Angular and React project creation with Java or Node backend

Complete Python Stack from core Python to Django REST Framework

Docker , Kubernetes, Maven, Jenkins ,GIT , AWS EC2 ,Elastic Beanstalk,ELB,Auto Scaling and more in easy steps

Java (Java Design Patterns,Java Web Services,Java Messaging Service)

And Spring Frameworks ( Spring, Spring Boot,Spring Data using Hibernate,Spring Data REST)

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.