allAroundJava

  • Start Here
  • Home
  • About blog
Alterinig transaction isolation

Transaction Management in Hibernate

by Adam Stankowski April 23, 2019 0

This article describes how transactions are handled and managed in Hibernate Framework. We will also look into an EntityManager interface to see how can it be helpful in ensuring data […]

Protecting against transaction isolation issues

Transaction Isolation Levels With Examples

by Adam Stankowski April 1, 2019 0

From the previous article, we know that transactions can interfere with each other, which can adversely impact what they’re trying to accomplish, or rather what the code author tried to […]

Learning Java by example

Transactions And Their Isolation Issues

by Adam Stankowski March 25, 2019 0

This article will introduce you to the idea of a transaction which is frequently seen in Hibernate and software systems overall. You’ll understand why it’s so important and recognize the […]

Learning Java

Complete Spring and Hibernate Application Example

by Adam Stankowski March 3, 2019 0

This article and code behind it, show how to assemble a standalone, fully functional application, which as one of its main points utilizes Hibernate and Spring. You can take a […]

One entity example

JPA one to one mapping with Hibernate

by Adam Stankowski February 9, 2019 1

This article gives an overview of how to map a one to one entity relation with Hibernate JPA. After reading it you should know how to use JPA annotations to […]

Two directional road signs

Bi-directional many to one JPA mapping

by Adam Stankowski January 24, 2019 0

This is an extension to the previous post about unidirectional many to one mapping. Please ensure to get familiar with it before you move to bi-directionality. This post will give […]

Many credit cards to one wallet

Unidirectional many to one JPA entity mapping with Hibernate

by Adam Stankowski January 12, 2019 0

This article gives a detailed overview of a unidirectional many to one JPA entity mapping. You’ll learn the benefits and potential issues associated with such an entity relation mapping. We’ll […]

Learning Java

Logging Hibernate SQL statements with Log4j

by Adam Stankowski January 5, 2019 3

The following article shows how to configure logging with log4j2 and Hibernate. Enabling logging helps visualize SQL statements which Hibernate uses to communicate with the database. It’s a great way […]

Immutable entities with hibernate

Immutable entities with Hibernate

by Adam Stankowski November 25, 2018 0

After reading this article you should be aware of how to make an entity immutable with the Hibernate framework. You’ll also learn why it is important and what you need […]

Configure Hibernate with Spring

Configuring Hibernate JPA with Spring – tutorial

by Adam Stankowski November 10, 2018 1

After going through this tutorial you’ll know how to configure Hibernate JPA with Spring. You’ll learn how to set it up using persistence.xml, as well as fully xml-less. Please remember, […]

Previous 1 2 3 Next

Hi ! I'm Adam. I'm here to guide you through my learnings on Java and share some of the interesting things I experience in my professional career. I hope these will provide some good food for thought.

See More

Stay in touch

Fresh portion of tasty Java content directly to your email

Categories

  • Hibernate
  • Refactoring
  • REST
  • Spring

Copyright © 2018 allAroundJava

Privacy Policy
This website uses cookies to function properly and to assist in advertising, analytical and social functionalities. More information about handling cookies can be found in Privacy Policy