VOOZH about

URL: https://www.javacodegeeks.com/author/mary-zheng

⇱ Mary Zheng, Author at Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Mary ZhengFebruary 2nd, 2026
    0 214

    Detach & Attach Entities in Spring JPA Example

    1. Introduction Spring Data JPA simplifies persistence by abstracting away Hibernate-specific boilerplate code. The org.springframework.data.jpa.repository.JpaRepository interface provides CRUD operations for…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Mary ZhengJanuary 20th, 2026
    0 230

    Inserting BLOB Using Spring JdbcTemplate Example

    1. Introduction BLOB (Binary Large Object) is a large object data type in the database system. BLOB could store documents,…

    Read More »
  • JavaScript👁 Image
    Mary ZhengJanuary 1st, 2026
    0 159

    JavaScript Closure Examples

    1. Introduction A closure in programming languages means that a function remembers variables from the outer (lexical) scope where it…

    Read More »
  • Java👁 Image
    Mary ZhengNovember 27th, 2025
    0 323

    Spring Data JPA Switch to AWS RDS Proxy Example

    1. Introduction AWS RDS Proxy is a fully managed, highly available database proxy for Amazon Relational Database Service(RDS). It sits…

    Read More »
  • Enterprise Java👁 Image
    Mary ZhengNovember 17th, 2025
    0 1,087

    HTTP Client From OpenAPI Spec And Spring Boot Example

    1. Introduction OpenAPI ( formerly Swagger) provides a standard way to describe Rest APIs and OpenAPI Generator tool to generate…

    Read More »
  • Core Java👁 Image
    Mary ZhengNovember 4th, 2025
    0 469

    Mocking Logger and LoggerFactory Example

    1. Introduction The SLF4J library provides the Logger interface and LoggerFactory utility class to create a logger instance for a…

    Read More »
  • Java👁 Image
    Mary ZhengOctober 29th, 2025
    0 460

    Lombok @Data and Final Fields Default Constructor Error Example

    1. Introduction Lombok is an open-source Java library that generates getter, setter, toString, equals, hashCode, and constructors automatically to reduce common boilerplate code. The…

    Read More »
  • Java👁 Image
    Mary ZhengOctober 21st, 2025
    0 524

    Preventing Jackson from Fetching Lazy Entity Fields Example

    1. Introduction The Spring Boot JPA project uses Jackson for JSON serialization. When Jackson serializes a JPA entity, it can…

    Read More »
  • Core Java👁 Image
    Mary ZhengOctober 7th, 2025
    0 548

    Deserialize to a Map with Correct Type Example

    1. Introduction Deserialization is the process of converting data to Java objects. In this example, I will demonstrate how to…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close