Java persistence using MyBatis
Java persistence using MyBatis, available at $44.99, has an average rating of 4.05, with 15 lectures, based on 30 reviews, and has 135 subscribers.
You will learn about Understand MyBatis SQL Mapper Configure MyBatis SqlSesssionFactory and SqlSession Mapping SQL INSERT/SELECT/UPDATE/DELETE statements to your interface methods Manage persistence of RDBMS data in your Java application with out writing a single line of JDBC code This course is ideal for individuals who are A beginner to Java programming or Developer looking to execute SQL commands using MyBatis or Software developers who create DAO layer of an application It is particularly useful for A beginner to Java programming or Developer looking to execute SQL commands using MyBatis or Software developers who create DAO layer of an application.
Enroll now: Java persistence using MyBatis
Summary
Title: Java persistence using MyBatis
Price: $44.99
Average Rating: 4.05
Number of Lectures: 15
Number of Published Lectures: 15
Number of Curriculum Items: 15
Number of Published Curriculum Objects: 15
Original Price: ₹6,500
Quality Status: approved
Status: Live
What You Will Learn
- Understand MyBatis SQL Mapper
- Configure MyBatis
- SqlSesssionFactory and SqlSession
- Mapping SQL INSERT/SELECT/UPDATE/DELETE statements to your interface methods
- Manage persistence of RDBMS data in your Java application with out writing a single line of JDBC code
Who Should Attend
- A beginner to Java programming
- Developer looking to execute SQL commands using MyBatis
- Software developers who create DAO layer of an application
Target Audiences
- A beginner to Java programming
- Developer looking to execute SQL commands using MyBatis
- Software developers who create DAO layer of an application
MyBatis is a Java persistence framework that couples objects with stored procedures or SQL statements using an XML descriptor or annotations. MyBatis is free software that is distributed under the Apache License 2.0. MyBatis is a fork of iBATIS 3.0 and is maintained by a team that includes the original creators of iBATIS. Unlike ORM frameworks, MyBatis does not map Java objects to database tables but Java methods to SQL statements.
MyBatis lets you use all your database functionality like stored procedures, views, queries of any complexity and vendor proprietary features. It is often a good choice for legacy or de-normalized databases or to obtain full control of SQL execution. It simplifies coding compared to JDBC. SQL statements are executed with a single line. MyBatis provides a mapping engine that maps SQL results to object trees in a declarative way.
SQL statements can be built dynamically by using a built-in language with XML-like syntax or with Apache Velocity using the Velocity integration plugin. MyBatis integrates with Spring Framework and Google Guice. This feature allows one to build business code free of dependencies. MyBatis supports declarative data caching. A statement can be marked as cacheable so any data retrieved from the database will be stored in a cache and future executions of that statement will retrieve the cached data instead hitting the database. MyBatis provides a default cache implementation based on a Java HashMap and default connectors for integrating with: OSCache, Ehcache, Hazelcast and Memcached. It provides an API to plug other cache implementations.
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course intro
Chapter 2: Get.. Set.. Go!
Lecture 1: Overview of Mybatis
Lecture 2: Eclipse project with required dependencies
Lecture 3: Starting the H2 database in server mode
Lecture 4: Entity classes using Lombok
Lecture 5: Configuring Mybatis to work with our database
Lecture 6: CustomerDao mapper interface
Lecture 7: DaoFactory for creating a CustomerDao instance
Lecture 8: Add new customer
Lecture 9: Retrieve a customer by id
Lecture 10: Update customer data
Lecture 11: Delete a customer record
Lecture 12: Get all customers
Lecture 13: Get customers by city
Lecture 14: Bonus lecture
Instructors
-
Vinod Kumar Kayartaya
Evangelist, Consultant and Developer.
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 0 votes
- 3 stars: 4 votes
- 4 stars: 5 votes
- 5 stars: 20 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024