Hunor Vadasz-Perhat

Hunor Vadasz-Perhat @hunor85

About: Software Engineer II @DXC Technology

Location:
Denmark
Joined:
Jul 3, 2023

Hunor Vadasz-Perhat
articles - 47 total

📌spring-note-006: Bean Definition Inheritance

(Reference: Spring Docs - Bean Definition Inheritance) 🔹 What is Bean Definition...

Learn More 0 0Feb 19

📌 spring-note-005: Customizing the Nature of a Bean

(Reference: Spring Docs - Customizing Beans) 🔹 Why Customize Beans? 💡 Spring allows...

Learn More 0 0Feb 11

📌 spring-note-004: Understanding Spring Bean Scopes

(Reference: Spring Docs - Bean Scopes) 🔹 What is a Bean Scope? 💡 Bean Scope...

Learn More 0 0Feb 11

📌 spring-note-003: Spring Bean Lifecycle

🔹 What is the Spring Bean Lifecycle? 💡 Spring Beans go through multiple phases: creation,...

Learn More 0 0Feb 11

📌 spring-note-002: Understanding IoC (Inversion of Control) & DI (Dependency Injection)

(Reference: Spring Docs - IoC Container) 🔹 What is IoC (Inversion of Control)? 💡 IoC...

Learn More 0 0Feb 11

📌 spring-note-001: Introduction to Spring Framework

🔹 What is Spring Framework? ✅ Spring is a Java-based framework that simplifies application...

Learn More 0 0Feb 11

hibernate-014: Why Did Hibernate Introduce Unidirectional and Bidirectional Relationships?

🚀 Why Did Hibernate Introduce Unidirectional and Bidirectional Relationships? Hibernate...

Learn More 0 2Feb 10

hibernate-013: Can You Mix Unidirectional and Bidirectional @OneToMany & @ManyToOne?

🚀 Can You Mix Unidirectional and Bidirectional @OneToMany & @ManyToOne? ✅ Yes, you...

Learn More 0 0Feb 10

hibernate-012: Which Direction to Use for Each Relationship Type in Hibernate?

🚀 Which Direction to Use for Each Relationship Type in Hibernate? Choosing unidirectional...

Learn More 1 0Feb 10

hibernate-011: Understanding Unidirectional vs. Bidirectional Relationships in Hibernate

🚀 Which Direction to Use for Each Relationship Type in Hibernate? Choosing unidirectional...

Learn More 0 0Feb 10

hibernate-010: Bidirectional One-to-Many & Many-to-One in Hibernate

🚀 Bidirectional One-to-Many & Many-to-One in Hibernate Now, let’s fully explore...

Learn More 0 0Feb 10

hibernate-009: Unidirectional vs bidirectional @ManyToMany in Hibernate

🚀 Many-to-Many Relationship in Hibernate In a Many-to-Many relationship: An entity can have...

Learn More 0 0Feb 10

hibernate-008: Unidirectional vs Bidirectional @OneToOne Relationship

🚀 1️⃣ Unidirectional @OneToOne Relationship ✅ In a unidirectional @OneToOne, only one...

Learn More 0 0Feb 10

hibernate-007: Bidirectional One-to-Many & Many-to-One in Hibernate (Department ↔ Employee)

Bidirectional One-to-Many & Many-to-One in Hibernate (Department ↔ Employee) ...

Learn More 0 0Feb 10

hibernate-006: Unidirectional One-to-Many and Many-to-One in Hibernate (Department ↔ Employee)

Unidirectional One-to-Many and Many-to-One using Department and Employee Tables I'll show...

Learn More 0 0Feb 10

hiberante-005: @Id

Understanding @Id in Depth In Java Persistence API (JPA), the @Id annotation is used to...

Learn More 0 0Feb 7

hibernate-004: PaymentId.class

PaymentId Class (Best Practices) import java.io.Serializable; import...

Learn More 0 0Feb 7

hibernate-003: @IdClass(PaymentId.class)

The annotation @IdClass(PaymentId.class) is used in JPA (Java Persistence API) to define a composite...

Learn More 0 0Feb 7

hibernate-002: @Table(name = "payments")

Understanding @Table(name = "payments") in Depth The @Table(name = "payments") annotation...

Learn More 0 0Feb 7

hibernate-001: @Entity

What Does @Entity Do in Depth? The @Entity annotation in Java's Jakarta Persistence API...

Learn More 0 0Feb 7

maven-007: maven-phases-in-spring-boot-project

What you see in the screenshot are phases of a single lifecycle in Maven in case a new Spring Boot...

Learn More 1 0Feb 3

spring-019: command-line-arguments-overview

In Spring Boot, command-line arguments offer a flexible way to configure applications at runtime,...

Learn More 0 0Jan 31

spring-018: are-command-line-arguments-common?

Short Answer: It depends on the use case. Command-line arguments in Spring Boot are not commonly...

Learn More 0 0Jan 31

spring-017: spring-boot-property-loading-overview

Where does Spring look for application.properties? Spring Boot searches for...

Learn More 0 0Jan 31

spring-016: application.properties-common-configuration-categories

The application.properties file in Spring Boot serves as a central hub for configuring various...

Learn More 0 0Jan 31

spring-015: spring-boot-property-loading–logical-overview

Spring Boot Property Loading – Logical Overview Spring Boot provides a flexible property...

Learn More 0 0Jan 31

spring-014: mvn spring-boot:run-lifecycle-phases

When you start your Spring Boot app using mvn spring-boot:run, Maven executes the necessary lifecycle...

Learn More 0 0Jan 30

maven-006: maven-classpath

The classpath is not a physical folder but rather a list of locations (directories and JAR files)...

Learn More 0 0Jan 30

maven-005: deep-dive-into-site-lifecycle

Deep Dive into the Maven Site Lifecycle The Site Lifecycle in Maven is used to generate...

Learn More 0 0Jan 30

maven-004: deep-dive-into-default-build-lifecycle

Deep Dive into the Default (Build) Lifecycle in Maven The Default (Build) Lifecycle is the...

Learn More 0 0Jan 30