Skip links

  • Skip to primary navigation
  • Skip to content
  • Skip to footer
/bare_metal_code some notes about programming
  • /BMC_anvil
  • /java
  • /c++
  • /gnu_linux
  • /arch_design
  • /about
    1. Home
    2. /
    3. Hibernate simple entities

    /BMC_Anvil

    • technology
      • Introduction
      • Language
      • Quarkus
      • Reactive
      • Caching
      • Auth
      • Testing
    • articles - starter
      • General Introduction
      • hibernate reactive introduction
      • OOP - Inheritance
      • OOP - Polymorphism
      • OOP - Composition
      • Reactive Programming
      • Configuration
      • utils - Lombok
      • hbn - simple entities
      • hbn - simple mappings - soon
    • articles - medium
      • REST tricks - maps for endpoints
      • hbn - inheritance
      • hbn - complex mappings - soon
      • hbn - projections - soon
      • hbn - reactive chains - soon
      • hbn - named queries - soon
      • hbn - native queries - soon
      • in memory local caching - soon
    • articles - Advanced
      • Java Generics
      • Java Reflection
      • Java Functions
      • Algorithms: Greenhopper - soon
    • articles - architecture
      • Architecture considerations - soon
      • Approach to BE / FE - soon
      • Approach to caching - soon
    • etiquette
      • Disclaimer / Purpose
      • Faq
      • Software licenses

    Hibernate simple entities

    June 2, 2023 less than 1 minute read

    Table of Contents

    • intro

    This note is about hibernate simple entities.

    references:

    • web:
      • Vlad Mihalcea’s blog
      • thorben jansen’s blog
      • hibernate orm
      • hibernate reactive
      • quarkus reactive hibernate with panache
      • postgreSQL docs - current
    • paperback book:
      • Vlad Mihalcea’s high performance java persistence

    intro

    Updated: June 2, 2023

    Previous Next

    You may also enjoy

    Java Generics

    June 26, 2023 6 minute read

    This note is about java generics

    Java Reflection

    June 18, 2023 6 minute read

    This note is about using java reflection techniques

    Java Functions

    June 18, 2023 1 minute read

    This note is about using java functions

    Handling REST endpoints with a map

    June 6, 2023 5 minute read

    This note is about using some tricks on REST resources

    • Follow:
    • GitHub
    • Feed
    © 2024 Johnny X. Powered by Jekyll & Minimal Mistakes.