Object-Relational Mapping: Nhibernate 4.0.1 intermediate

https://www.skillsoft.com/channel/object-relational-mapping-eca8e8b1-3bed-11e7-9f4b-31846c93960b?technologyandversion=33740&expertiselevel=33745 https://www.skillsoft.com/channel/object-relational-mapping-eca8e8b1-3bed-11e7-9f4b-31846c93960b?technologyandversion=33741&expertiselevel=33745 https://www.skillsoft.com/channel/object-relational-mapping-eca8e8b1-3bed-11e7-9f4b-31846c93960b?technologyandversion=33743&expertiselevel=33742 https://www.skillsoft.com/channel/object-relational-mapping-eca8e8b1-3bed-11e7-9f4b-31846c93960b?technologyandversion=33744&expertiselevel=33742 https://www.skillsoft.com/channel/object-relational-mapping-eca8e8b1-3bed-11e7-9f4b-31846c93960b?technologyandversion=33743&expertiselevel=33745 https://www.skillsoft.com/channel/object-relational-mapping-eca8e8b1-3bed-11e7-9f4b-31846c93960b?technologyandversion=33744&expertiselevel=33745
  • 6 Courses | 5h 12m 49s
  • 4 Books | 19h 9m
  • 3 Courses | 3h 14m 54s
  • 4 Books | 17h 15m
  • 2 Courses | 1h 43m 7s
  • 1 Book | 2h 47m
  • 3 Courses | 3h 3m 25s
  • 3 Books | 15h 4m
  • 2 Courses | 1h 53m 3s
  • 1 Book | 2h 47m
  • 2 Courses | 2h 25m 10s
  • 3 Books | 15h 4m
 
Discover object-relational mapping (ORM), an object-oriented method for translating and sharing information between incompatible systems.

GETTING STARTED

Getting Started with Java Hibernate

  • 7m 32s
  • 5m 49s

GETTING STARTED

Java Hibernate: Getting Started

  • 4m 53s
  • 6m 51s

GETTING STARTED

Getting Started & Creating Mappings

  • 3m 14s
  • 3m 41s

GETTING STARTED

Entity Framework & LINQ to Entities

  • 2m 58s
  • 2m 27s

GETTING STARTED

Advanced Features & Mapping

  • 5m 29s
  • 4m 16s

GETTING STARTED

Advanced Entity Framework

  • 7m 24s
  • 7m 8s

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 has Assessment available 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 has Assessment available 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 available 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 has Assessment available 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 available 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 has Assessment available 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 has Assessment available 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 has Assessment available 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 available 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 available 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 available 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 available 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 available 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 available 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 has Assessment available 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 has Assessment available 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 available 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 available 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 Approach
Explaining concepts with working examples, this informative guide is well-suited for beginners and intermediate users of Hibernate and Database Systems.
book Duration 5h 54m book Authors By B. Mohamed Ibrahim

Book

Hibernate Recipes, Second Edition
Presenting 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.
book Duration 3h 16m book Authors By Gary Mak, Joseph Ottinger, Srinivas Guruzu

Book

Professional Hibernate
Written 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.
book Duration 6h book Authors By Eric Pugh, Joseph D. Gradecki

Book

Beginning Hibernate, Third Edition
Presenting 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.
book Duration 3h 59m book Authors By Dave Minter, Jeff Linwood, Joseph B. Ottinger
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Beginning Hibernate: For Hibernate 5, Fourth Edition
Presented 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.
book Duration 4h 6m book Authors By Dave Minter, Jeff Linwood, Joseph B. Ottinger

Book

Hibernate with Java: A Practical Approach
Explaining concepts with working examples, this informative guide is well-suited for beginners and intermediate users of Hibernate and Database Systems.
book Duration 5h 54m book Authors By B. Mohamed Ibrahim

Book

Beginning Hibernate, Third Edition
Presenting 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.
book Duration 3h 59m book Authors By Dave Minter, Jeff Linwood, Joseph B. Ottinger

Book

Hibernate Recipes, Second Edition
Presenting 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.
book Duration 3h 16m book Authors By Gary Mak, Joseph Ottinger, Srinivas Guruzu
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Working with NHibernate 3.0
Providing 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.
book Duration 2h 47m book Authors By Benjamin Perkins

BOOKS INCLUDED

Book

Entity Framework 6 Recipes, Second Edition
Providing 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.
book Duration 7h 14m book Authors By Brian Driscoll, Larry Tenny, Nitin Gupta, Rob Vettor, Zeeshan Hirani

Book

ASP.NET MVC with Entity Framework and CSS
Containing 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.
book Duration 6h 39m book Authors By Lee Naylor

Book

Building Single Page App Using ASP.NET Core with Entity Framework Core and Angular JS
Teaching you how to build a Single Page Application from scratch, this book reviews SPA Skeleton to help you while building the app, and introduces client/server technologies and design patterns that are widely used across industries.
book Duration 1h 11m book Authors By Rahul Sahay

BOOKS INCLUDED

Book

Working with NHibernate 3.0
Providing 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.
book Duration 2h 47m book Authors By Benjamin Perkins

BOOKS INCLUDED

Book

ASP.NET MVC with Entity Framework and CSS
Containing 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.
book Duration 6h 39m book Authors By Lee Naylor

Book

Entity Framework 6 Recipes, Second Edition
Providing 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.
book Duration 7h 14m book Authors 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 JS
Teaching you how to build a Single Page Application from scratch, this book reviews SPA Skeleton to help you while building the app, and introduces client/server technologies and design patterns that are widely used across industries.
book Duration 1h 11m book Authors By Rahul Sahay

YOU MIGHT ALSO LIKE