Vlad Mihalcea is a Java Champion and Hibernate Developer Advocate and his Hibernate tutorial will teach you how to turn a data access layer that barely crawls into one that runs at warp speed.
Category: Home
Hibernate vs JPA: What’s the difference between these database ORM APIs? – Coffee Talk: Java, News, Stories and Opinions
Let’s settle the Hibernate vs JPA debate for you. Here we explain the difference between JPA and Hibernate so that you’ll never have to choose between the two database APIs for ORM.
Master Hibernate and JPA with Spring Boot in 100 Steps
Learn Hibernate and JPA (Java Persistence API) using Spring and Spring Boot
What is the Java annotation in Hibernate used to auto increment a MySQL Primary Key – @Id
In this code I need the id to be the primary key and also it must be incremented.is getter and setter required for id ? @Entitypublic class Contact {@Idprivate Integer id;private String firs…
Java 101: Interfaces in Java
Learn the difference between classes and interfaces once and for all, then get started declaring, implementing, and extending interfaces in your Java programs
Clustering Payara Server in Docker
Clustering Payara Server in Docker Docker is an open source tool used to create, deploy, and manage small portable containers. Clu….
The Basics of Logging in Payara Server
In this getting started blog around logging, I will explain you the basic concepts of the Payara Server logging module. This should help you get started in the logging journey.
10 Myths About Java in 2019
There are many myths about Java in the programming world. Read about 10 myths of the Java ecosystem and whether or not they’re true.
Data Structures and Algorithms | Coursera
Learn Data Structures and Algorithms from University of California San Diego, National Research University Higher School of Economics. This specialization is a mix of theory and practice: you will learn algorithmic techniques for solving various …
How to fix common JAVA_HOME errors quickly – Coffee Talk: Java, News, Stories and Opinions
If you’ve run into common JAVA_HOME errors such as JAVA_HOME not found or JAVA_HOME set to an invalid directory, we’ve got the fix for you with these tips.
Twitter rebuilds website for ‘write once, run everywhere’ philosophy
Twitter today began rolling out a new version of Twitter.com, which impacts the front end and the back end, and has been years in the making.
Difference between OCAJP7, OCAJP8, and OCAJP11 Certification – 1Z0-803 vs 1Z0-808 vs 1Z0-815
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java hexadecimal floating point literal
How I met hexadecimal floating point numbers I was developing a new functionality into Java::Geci to make it less prone to code reformatting. The current release of the code will overwrite an other…