VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-data/page/2

⇱ Spring Data Archives - Page 2 of 11 - Java Code Geeks


  • Enterprise Java👁 Image
    Mary ZhengOctober 17th, 2024
    0 434

    Spring Data DynamicInsert Annotation Example

    1. Introduction Spring Data JPA supports common JPA providers, e.g. Hibernate, EclipseLink, etc. Hibernate pre-generates and caches static SQL insert…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeAugust 12th, 2024
    0 1,849

    Implementing an Elasticsearch Aggregation Query in Java

    Elasticsearch is a distributed search engine that is designed for scalability, flexibility, and high performance. It allows us to store,…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraAugust 6th, 2024
    0 2,342

    Finding the Max Value in Spring Data JPA

    When working with Spring Data JPA, retrieving specific values from a database is a common requirement. One such requirement is…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraJuly 8th, 2024
    0 3,209

    Using Enum in Spring Data JPA Queries

    When constructing our persistence layer using Spring Data JPA, we frequently deal with entities that contain enum fields. These enum…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraJune 26th, 2024
    0 1,259

    Spring JPA LIKE Query Example With JdbcTemplate or JpaRepository

    LIKE queries in SQL allow users to search for specified patterns in the database table columns, enabling flexible and dynamic…

    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 »
  • Core Java👁 Image
    Ashraf SarhanApril 8th, 2024
    0 1,257

    Test Repository with @DataJpaTest and JUnit

    1. Introduction In today’s software development landscape, ensuring the reliability and correctness of applications is paramount. Testing plays a crucial…

    Read More »
  • Enterprise Java👁 Image
    Jennifer ReifAugust 11th, 2023
    1 933

    Java Application with Neo4j: How to use Spring custom queries and projections

    We previously built a Java application on a Neo4j graph database. Now we can take this further by exploring custom…

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