VOOZH about

URL: https://www.javacodegeeks.com/tag/jpa/page/4

⇱ JPA Archives - Page 4 of 20 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Omozegie AziegbeJune 28th, 2024
    0 5,725

    Automatically Saving Child Entities in JPA

    In JPA applications, we often encounter entities with parent-child relationships. Persisting these entities efficiently involves saving the parent and automatically…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraMay 28th, 2024
    0 1,339

    Querydsl vs. JPA Criteria

    Querydsl and JPA Criteria are widely used frameworks for creating type-safe queries in Java. Both offer methods to express queries…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 24th, 2024
    0 2,853

    Refresh and Fetch an Entity After Save in Spring Data JPA

    The Java Persistence API (JPA) serves as a connector linking Java objects and relational databases, facilitating the smooth persistence and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Lorenzo DeeJune 16th, 2021
    0 338

    Changing The Way We Use JPA

    I’ve been updating some training materials recently, and thinking about better ways of teaching and talking about JPA. One of…

    Read More »
  • Core Java👁 Image
    Simon MartinelliApril 24th, 2021
    2 593

    Java 16 Records with JPA and jOOQ

    Java Records The new Java version 16 includes a new feature: Records https://openjdk.java.net/jeps/395 “Enhance the Java programming language with records, which are…

    Read More »
  • Enterprise Java👁 Image
    Per MinborgOctober 13th, 2020
    0 212

    How to get Type-Safe and Intuitive Hibernate/JPA Queries by Leveraging Java Streams

    A large proportion of Java database applications are using Hibernate/JPA to bridge the gap between Java and SQL. Until recently,…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    StacktraceguruSeptember 5th, 2020
    1 6,201

    Spring boot data JPA – Query for nested object

    Nowadays spring boot and spring data are widely used frameworks. If you are building web application in java, spring boot…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    StacktraceguruAugust 18th, 2020
    0 220

    Spring Boot Data JPA – beginner guide

    Databases form an integral part of computer applications. With it comes considerable amount of database operations and the corresponding code.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Shubhra SrivastavaJanuary 7th, 2020
    3 3,412

    JPA @Embeddable and @Embedded

    Introduction: As an object-oriented developer, we want to avoid having larger classes with tons of unrelatable fields. And so, we…

    Read More »
  • First
  • ...
  • «
  • 2
  • 3
  • 4
  • 5
  • 6
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close