Object-Relational Mapping: Java Hibernate 4.3 intermediate
Technology:
Expertise:
- 6 Courses | 5h 12m 49s
- 5 Books | 21h 59m
- 3 Courses | 3h 14m 54s
- 5 Books | 20h 5m
- 2 Courses | 1h 43m 7s
- 1 Book | 2h 47m
- 3 Courses | 3h 3m 25s
- 4 Books | 17h 1m
- 2 Courses | 1h 53m 3s
- 1 Book | 2h 47m
- 2 Courses | 2h 25m 10s
- 4 Books | 17h 1m
Discover object-relational mapping (ORM), an object-oriented method for translating and sharing information between incompatible systems.
COURSES INCLUDED
Getting Started with Java Hibernate
Java Hibernate allows you to create, save, and update data objects in a supported database. Discover the basics of reading and writing objects to your RDBMS.
16 videos |
1h 24m
Assessment
Badge
Mapping Data
Java Hibernate allows you to create, save, and update data objects in a supported database. Explore Hibernate tables and basic data mapping.
6 videos |
28m
Assessment
Badge
Basic Querying in Java Hibernate
With Java Hibernate you can map Java objects to database tables using annotations or XML files. Explore identity generation, annotations, and how to customize mappings.
13 videos |
1h 7m
Badge
Customized Mapping in Java Hibernate
Java Hibernate enables you to map Java objects to database tables using annotations or XML files. Explore customized mapping, ID and Advanced ID, annotations, and embedded objects.
8 videos |
38m
Assessment
Badge
Advanced Querying in Java Hibernate
The Hibernate Query Language enables advanced querying of Hibernate data objects, including detailed searches. Explore advanced HQL querying and manipulation of SQL databases and data structures.
13 videos |
1h 9m
Badge
Debugging in Java Hibernate
The Hibernate Query Language enables advanced querying of Hibernate data objects, including detailed searches. Explore debugging and performance tuning in Java Hibernate.
4 videos |
25m
Assessment
Badge
SHOW MORE
FREE ACCESS
COURSES INCLUDED
Java Hibernate: Getting Started
Java Hibernate allows you to create, save, and update data objects, and you can update or read back these objects into a Java program. Explore the basics of reading and writing objects to your RDBMS.
8 videos |
38m
Assessment
Badge
Java Hibernate: Working with Hibernate
Java Hibernate allows you to create, save, and update data objects, and you can update or read back these objects into a Java program. Discover how to work with Hibernate using concepts such as caching, data mapping, inheritance and more.
15 videos |
1h 14m
Assessment
Badge
Java Hibernate: Queries & Oracle Manipulations
Explore the mapping of Java objects to database tables using annotations or XML files. Discover identity generation, annotations, how to customize mappings, basic querying using HQL, advanced HQL techniques, Hibernate mappings, and more.
16 videos |
1h 22m
Badge
COURSES INCLUDED
Getting Started & Creating Mappings
NHibernate is an open-source object relational mapper for the Microsoft .NET platform. Learn the basics of NHibernate and how to set up a project to use it, as well as how to use NHibernate to create various types of mappings.
14 videos |
54m
Badge
Querying & Managing Data
NHibernate makes it easy to retrieve data from relational databases and store it in objects. Learn about using SQL, HQL, structured, and LINQ queries, as well as working with query results, saving mappings, and bulk operations.
11 videos |
48m
Badge
COURSES INCLUDED
Entity Framework & LINQ to Entities
Learn about Entity Framework and its modeling concepts and approaches, including setup and installation, concurrency, reading and updating data, functions and stored procedures, implementing transactions, and validation.
13 videos |
1h 20m
Badge
Working with Entity SQL
Examine Entity Framework, including the Connection, Command, and Reader types, as well as reading and updating data and implementing transactions with Entity SQL.
4 videos |
21m
Badge
Entity Data Models & Hierarchies
Learn about Entity Framework modeling, including using database-, model-, and code-first approaches. In addition, explore custom mappings and conventions, database migrations, and table per type, class, and hierarchy data models.
12 videos |
1h 21m
Badge
COURSES INCLUDED
Advanced Features & Mapping
It's fairly easy to get up and running with NHibernate, but using it optimally in a large project requires more advanced techniques. Explore different approaches you can use with NHibernate, as well as input validation and mapping.
13 videos |
1h 8m
Assessment
Badge
Best Practices, Web Projects, & Patterns
Learn how to use NHibernate for logging, unit testing, caching data, instantiating sessions with an IoC container. In addition, explore the Active Record, Repository, and Unit of Work patterns.
10 videos |
44m
Assessment
Badge
COURSES INCLUDED
Advanced Entity Framework
Learn how to integrate Entity Framework in a web project, including working with SQL Azure and non-Microsoft databases, using interceptors, code-based configuration, code generation, dependency resolution, and deferred query execution.
12 videos |
1h 19m
Badge
Entity Framework Tuning & Integration
Learn how to integrate Entity Framework in a web project, including how to improve and tune performance in various scenarios, how to log queries and database commands, and how to cache entities and perform unit testing.
11 videos |
1h 6m
Badge
EARN A DIGITAL BADGE WHEN YOU COMPLETE THESE COURSES
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.BOOKS INCLUDED
Book
Hibernate with Java: A Practical ApproachExplaining concepts with working examples, this informative guide is well-suited for beginners and intermediate users of Hibernate and Database Systems.
5h 54m
By B. Mohamed Ibrahim
Book
Java InstantCode: Developing Applications Using HibernateLearn how to create applications using Hibernate. Including how you can create persistence classes and map these classes to the relational database table, and how to create, store, and retrieve persistent objects in and from the database.
2h 50m
Book
Hibernate Recipes, Second EditionPresenting a pragmatic day-to-day reference and guide for doing all things involving Hibernate, this book contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients, including how to work with the Spring Framework and the JPA.
3h 16m
By Gary Mak, Joseph Ottinger, Srinivas Guruzu
Book
Professional HibernateWritten for Java developers who know how to build server-side applications, this real-world, hands-on text offers complete coverage of the Hibernate object-relational mapping tool that provides data querying and retrieval functions in a Java environment.
6h
By Eric Pugh, Joseph D. Gradecki
Book
Beginning Hibernate, Third EditionPresenting material in a lively example-based manner, this book packs in information about the latest release of the Hibernate 4.x persistence layer and provides a clear introduction to the current standard for object-relational persistence in Java.
3h 59m
By Dave Minter, Jeff Linwood, Joseph B. Ottinger
SHOW MORE
FREE ACCESS
BOOKS INCLUDED
Book
Beginning Hibernate: For Hibernate 5, Fourth EditionPresented in a lively, example-based manner, this in-depth book is for experienced Java developers interested in learning how to use and apply object-relational persistence in Java and who are new to the Hibernate persistence framework.
4h 6m
By Dave Minter, Jeff Linwood, Joseph B. Ottinger
Book
Hibernate with Java: A Practical ApproachExplaining concepts with working examples, this informative guide is well-suited for beginners and intermediate users of Hibernate and Database Systems.
5h 54m
By B. Mohamed Ibrahim
Book
Java InstantCode: Developing Applications Using HibernateLearn how to create applications using Hibernate. Including how you can create persistence classes and map these classes to the relational database table, and how to create, store, and retrieve persistent objects in and from the database.
2h 50m
Book
Beginning Hibernate, Third EditionPresenting material in a lively example-based manner, this book packs in information about the latest release of the Hibernate 4.x persistence layer and provides a clear introduction to the current standard for object-relational persistence in Java.
3h 59m
By Dave Minter, Jeff Linwood, Joseph B. Ottinger
Book
Hibernate Recipes, Second EditionPresenting a pragmatic day-to-day reference and guide for doing all things involving Hibernate, this book contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients, including how to work with the Spring Framework and the JPA.
3h 16m
By Gary Mak, Joseph Ottinger, Srinivas Guruzu
SHOW MORE
FREE ACCESS
BOOKS INCLUDED
Book
Working with NHibernate 3.0Providing examples using the IQuery, ICriteria, QueryOver, and LINQ to NHibernate API's within the context of an example Guitar Store inventory program, this book walks readers through the steps required to configure and use the many features available contained within NHibernate 3.2.
2h 47m
By Benjamin Perkins
BOOKS INCLUDED
Book
Entity Framework Tutorial: Learn to Build a Better Data Access Layer with the ADO.NET Entity Framework and ADO.NET Data ServicesThis title was removed from the Skillsoft library on September 13, 2023.
1h 57m
By Joydip Kanjilal
Book
Entity Framework 6 Recipes, Second EditionProviding ready-to-use, real-world recipes to help you with everyday tasks, this clear and concise book will enable you to dive deep into Entity Framework, experiment with new approaches, and develop ways to solve even the most difficult data access challenges.
7h 14m
By Brian Driscoll, Larry Tenny, Nitin Gupta, Rob Vettor, Zeeshan Hirani
Book
ASP.NET MVC with Entity Framework and CSSContaining several solutions to real world issues that developers will frequently encounter, this book will teach readers how to build and deploy a full working example retail website using Microsoft ASP.NET MVC and Entity Framework technologies and recommendations.
6h 39m
By Lee Naylor
Book
Building Single Page App Using ASP.NET Core with Entity Framework Core and Angular JSThis title was removed from the Skillsoft library on September 14, 2023.
1h 11m
By Rahul Sahay
SHOW MORE
FREE ACCESS
BOOKS INCLUDED
Book
Working with NHibernate 3.0Providing examples using the IQuery, ICriteria, QueryOver, and LINQ to NHibernate API's within the context of an example Guitar Store inventory program, this book walks readers through the steps required to configure and use the many features available contained within NHibernate 3.2.
2h 47m
By Benjamin Perkins
BOOKS INCLUDED
Book
Entity Framework Tutorial: Learn to Build a Better Data Access Layer with the ADO.NET Entity Framework and ADO.NET Data ServicesThis title was removed from the Skillsoft library on September 13, 2023.
1h 57m
By Joydip Kanjilal
Book
ASP.NET MVC with Entity Framework and CSSContaining several solutions to real world issues that developers will frequently encounter, this book will teach readers how to build and deploy a full working example retail website using Microsoft ASP.NET MVC and Entity Framework technologies and recommendations.
6h 39m
By Lee Naylor
Book
Entity Framework 6 Recipes, Second EditionProviding ready-to-use, real-world recipes to help you with everyday tasks, this clear and concise book will enable you to dive deep into Entity Framework, experiment with new approaches, and develop ways to solve even the most difficult data access challenges.
7h 14m
By Brian Driscoll, Larry Tenny, Nitin Gupta, Rob Vettor, Zeeshan Hirani
Book
Building Single Page App Using ASP.NET Core with Entity Framework Core and Angular JSThis title was removed from the Skillsoft library on September 14, 2023.
1h 11m
By Rahul Sahay
SHOW MORE
FREE ACCESS