Menu

Close
  • Home
  • java (29)
  • dotnet (11)
  • algorithms (7)
  • architecture (7)
  • scala (7)
  • javascript (5)
  • polish (5)
  • csharp (4)
  • elektronika (4)
  • hibernate (3)
  • linux (3)
  • unit-testing (3)
  • hardware-review (2)
  • cheatsheet (1)
  • ctf (1)
  • devcon (1)
  • eclipse (1)
  • electronics (1)
  • functional-programming (1)
  • git (1)
  • hacking (1)
  • hardware (1)
  • kotlin (1)
  • low-level (1)
  • other (1)
  • postman (1)
  • powershell (1)
  • regex (1)
  • security (1)
  • sql (1)
  • ssh (1)
  • tips (1)
  • vim (1)
  • windows (1)
Subscribe
Blog Logo Menu

hibernate

A 3-post collection

Page 1 of 1

Introduction to Hibernate embeddable types

Entities vs Value types When we create domain model we must deal with two kinds of objects: entities and value types. Entities represents objects that have... »

Author image Marcin Chwedczuk on Java, Hibernate 16 Jul 2016

Mapping class inheritance in Hibernate 5

In this post I want to present four basic strategies for mapping class inheritance in Hibernate: No inheritance - just copy superclass properties to subclasses Table... »

Author image Marcin Chwedczuk on Java, Hibernate 30 Jun 2016

Hibernate hello world application

In this tutorial we’ll create minimal application that will allow us to start playing with Hibernate ORM. I will present two hello world’s one for vanilla... »

Author image Marcin Chwedczuk on Java, Hibernate 22 Jun 2016
Page 1 of 1
Programming is Magic © 2021
Proudly published with Jekyll using Jasper