• Core Java
    • Basic Core Java
    • Object Oriented Programming
    • Exception in Java
    • Collections in Java
    • Java 8 Features with Examples
    • String in java
    • Data Structure
      • Linked List
        • Singly Linked List
          • Singly Linked List Implementation in Java
          • Singly Linked List Implementation using generics in Java
          • Delete operation in Linked list
          • Implementation of Index based Linked List
          • Reverse a Singly Linked List
          • Middle of a Singly Linked List
          • Sorting of linked list in Java
          • Remove duplicate nodes from linked list in Java
          • Rotation of Linked List
          • Intersection of two linked lists in Java
          • Iterator for singly linked list java
        • Doubly Linked List
          • Doubly Linked List example in Java
          • Delete operation in doubly linked list
          • Reverse a Doubly Linked list
          • Iterator for doubly linked list java
        • Circular Linked List
          • Singly Circular linked list
          • Doubly Circular Linked List in Java
          • Loop detection in a linked list
  • Spring Boot
  • Hibernate
    • Hibernate Basic
    • Inheritance Mapping in Hibernate
    • Association Mapping in Hibernate Using Spring Boot
    • Query Language In Hibernate
  • Contact Us
Sign in
Welcome!Log into your account
Forgot your password?
Privacy Policy
Password recovery
Recover your password
Search
Sign in
Welcome! Log into your account
Forgot your password? Get help
Privacy Policy
Password recovery
Recover your password
A password will be e-mailed to you.
NetSurfingZone
  • Core Java
    • Basic Core Java
    • Object Oriented Programming
    • Exception in Java
    • Collections in Java
    • Java 8 Features with Examples
    • String in java
    • Data Structure
      • Linked List
        • Singly Linked List
          • Singly Linked List Implementation in Java
          • Singly Linked List Implementation using generics in Java
          • Delete operation in Linked list
          • Implementation of Index based Linked List
          • Reverse a Singly Linked List
          • Middle of a Singly Linked List
          • Sorting of linked list in Java
          • Remove duplicate nodes from linked list in Java
          • Rotation of Linked List
          • Intersection of two linked lists in Java
          • Iterator for singly linked list java
        • Doubly Linked List
          • Doubly Linked List example in Java
          • Delete operation in doubly linked list
          • Reverse a Doubly Linked list
          • Iterator for doubly linked list java
        • Circular Linked List
          • Singly Circular linked list
          • Doubly Circular Linked List in Java
          • Loop detection in a linked list
  • Spring Boot
  • Hibernate
    • Hibernate Basic
    • Inheritance Mapping in Hibernate
    • Association Mapping in Hibernate Using Spring Boot
    • Query Language In Hibernate
  • Contact Us
Home jpa

jpa

Random
  • Latest
  • Featured posts
  • Most popular
  • 7 days popular
  • By review score
  • Random

JPA CriteriaBuilder example

Rakesh - January 21, 2021

Spring Data JPA Named Parameters

Spring Data JPA CrudRepository deleteById() Example

Spring Data JPA IsNull Example Using Spring Boot

JPA EntityManager persist() and merge() method.

Spring Data JPA greater than Example

Rakesh - March 2, 2020 0

Spring Data JPA IsNull Example Using Spring Boot

Rakesh - February 23, 2020 0

@ElementCollection Example in Hibernate/JPA Using Spring Boot

Rakesh - April 24, 2020 2

Spring Data CrudRepository existsById()

Rakesh - February 5, 2020 0

Spring Data JPA JpaRepository getOne()

Rakesh - February 21, 2020 0

Spring Data JPA CrudRepository count() Example

Rakesh - February 13, 2020 0

JPA CriteriaBuilder example

Rakesh - January 21, 2021 0

Spring Data JPA between Example

Rakesh - March 19, 2020 0

Spring Data JPA CrudRepository deleteById() Example

Rakesh - February 12, 2020 0

JPA EntityManager persist() method Example

Rakesh - April 16, 2020 0

Sorting in Spring Data JPA using Spring Boot

Rakesh - January 26, 2020 0

JPA EntityManager persist() and merge() method.

Rakesh - April 30, 2020 0

Spring Data JPA In and NotIn Example

Rakesh - March 19, 2020 0

Spring Data JPA @NamedQuery

Rakesh - March 30, 2020 0

Spring Data JPA @NamedNativeQuery

Rakesh - April 1, 2020 0

Spring Data JPA Like and Containing Example

Rakesh - March 3, 2020 0

How to get JPA EntityManager in Spring Boot

Rakesh - May 6, 2020 0

Spring Data JPA @Modifying Annotation Example

Rakesh - July 12, 2020 0

How to write custom method in repository in Spring Data JPA

Rakesh - April 12, 2020 0

JPA and Hibernate Cascade Types example with Spring Boot

Rakesh - May 1, 2020 0

Spring Data JPA StartingWith And EndingWith Example

Rakesh - March 20, 2020 0

Spring Data JPA JPQL and Native Query Example

Rakesh - March 28, 2020 0

@OneToMany orphanRemoval true example in Hibernate/JPA

Rakesh - May 14, 2020 0

How to create a custom repository in Spring Data JPA

Rakesh - April 12, 2020 0

CrudRepository Methods Example

Rakesh - March 27, 2020 0

Spring Data JPA Query Methods/Repository Methods

Rakesh - March 21, 2020 0

Spring Data JPA deleteAll() Vs deleteAllInBatch()

Rakesh - February 21, 2020 0

Spring Data Case Insensitive Search Example

Rakesh - February 22, 2020 0

Spring Data JPA less than Example

Rakesh - February 28, 2020 0

Spring Data JPA Projection Example

Rakesh - March 25, 2020 0

Difference between Repository and CrudRepository

Rakesh - March 28, 2020 0

Spring Data JPA Nested Property Query Method

Rakesh - March 25, 2020 0

Spring Data JPA contains ignorecase Example

Rakesh - March 3, 2020 0

CrudRepository findAllById() Example Using Spring Boot

Rakesh - February 11, 2020 0

JPA EntityManager find() method

Rakesh - April 12, 2020 0

Difference between CrudRepository and JpaRepository in Spring Data JPA

Rakesh - March 25, 2020 0

Sorting And Pagination in Spring Data JPA

Rakesh - April 12, 2020 0

Spring Data JPA Named Parameters

Rakesh - March 29, 2020 0

Spring Data JPA deleteInBatch() Example

Rakesh - February 21, 2020 0

Spring Data findById() Vs getOne()

Rakesh - February 22, 2020 0
12Page 1 of 2

Spring Data JPA example with Spring boot and Oracle

Spring Data JPA Query Methods/Repository Methods.

CrudRepository Methods Example.

Difference between CrudRepository and JpaRepository in Spring Data JPA.

How to write custom method in repository in Spring Data JPA.

Spring Data JPA Is and Equals Example.

Spring Data CrudRepository saveAll() and findAll().

 

Hibernate/JPA examples with Spring Boot and Oracle

Hibernate/JPA Association Mapping example using Spring Boot.

Hibernate/JPA Inheritance mapping example using Spring Boot.

@OneToMany orphanRemoval true example in Hibernate/JPA.

Hibernate Lazy vs Eager loading Example.

JPA and Hibernate Cascade Types example with Spring Boot.

Spring Boot Examples

Spring Boot CRUD example with MySQL.

Spring Boot JPA EntityManager CRUD example.

Spring Boot Hazelcast CRUD example.

Spring Boot interceptor example.

Filter example in Spring Boot.

Subscribe to our Newsletter

Recent Posts

  • Spring Boot Redis Cache Example
  • JPA CriteriaBuilder example
  • Orika Mapper Example
  • Spring Boot JMS ActiveMQ Producer and Consumer Example
  • Spring Boot Kafka Producer and Consumer Example – Step By Step Guide
  • Spring Boot AWS SQS Listener Example
  • How to create users and groups in AWS
  • How to create SQS queue in AWS
  • How to create free Amazon AWS Account
  • Get Session From EntityManager in Spring Boot
  • Spring Boot CRUD Example With MySQL/PostgreSQL
  • Hazelcast Cache Spring Boot Example
  • How to get ApplicationContext in Spring Boot
  • How to convert List to comma separated String in Java
  • StringUtils join() Example in Java
  • Spring Data JPA @Modifying Annotation Example
  • CollectionUtils isEmpty() Example in Java
  • StringUtils isEmpty() and IsBlank() Example in Java
  • Hibernate/JPA EhCache Configuration Example
  • OneToMany Mapping using @JoinTable in Hibernate/JPA
  • @OneToMany orphanRemoval true example in Hibernate/JPA
  • How to get JPA EntityManager in Spring Boot
  • Hibernate Lazy vs Eager loading Example
  • JPA and Hibernate Cascade Types example with Spring Boot
  • Failed to lazily initialize a collection of role could not initialize proxy – no Session
  • JPA EntityManager persist() and merge() method.
  • @ElementCollection Example in Hibernate/JPA Using Spring Boot
  • JPA EntityManager CRUD example Using Spring Boot
  • JPA EntityManager remove() example Using Spring Boot
  • Hibernate First Level Cache example using Spring Boot
  • JPA EntityManager persist() method Example
  • JPA EntityManager find() method
  • How to write custom method in repository in Spring Data JPA
  • How to create a custom repository in Spring Data JPA
  • Sorting And Pagination in Spring Data JPA
  • Spring Data JPA Interview Questions and Answers
  • Spring Data JPA @NamedNativeQuery
  • Spring Data JPA @NamedQuery
  • Spring Data JPA @Query Annotation
  • Spring Data JPA Named Parameters
  • Define multiple Rest API with the same name
  • Spring Data JPA JPQL and Native Query Example
  • Difference between Repository and CrudRepository
  • CrudRepository Methods Example
  • Difference between CrudRepository and JpaRepository in Spring Data JPA
  • Spring Data JPA Nested Property Query Method
  • Spring Data JPA Projection Example
  • Spring Data JPA Query Methods/Repository Methods
  • @Min And @Max Javax Validation Hibernate Example
  • Spring Data JPA StartingWith And EndingWith Example
  • Spring Data JPA Is and Equals Example
  • Spring Data JPA In and NotIn Example
  • Spring Data JPA between Example
  • Spring Data JPA And Or Example Using Spring Boot
  • Spring Data JPA Not Example
  • Spring Data JPA contains ignorecase Example
  • Spring Data JPA Like and Containing Example
  • Spring Data JPA greater than Example
  • Spring Data JPA less than Example
  • Spring Data JPA IsNull Example Using Spring Boot
  • @Transactional timeout Using Spring Boot
  • Spring Data Case Insensitive Search Example
  • Spring Data findById() Vs getOne()
  • Spring Data JPA JpaRepository getOne()
  • Spring Data JPA delete() vs deleteInBatch()
  • Spring Data JPA deleteAll() Vs deleteAllInBatch()
  • Spring Data JPA JpaRepository deleteAllInBatch()
  • Spring Data JPA deleteInBatch() Example
  • Spring Data JPA JpaRepository saveAndFlush() Example
  • Spring Data JPA CrudRepository count() Example
  • Spring Data JPA CrudRepository delete() and deleteAll()
  • Spring Data JPA CrudRepository deleteById() Example
  • CrudRepository findAllById() Example Using Spring Boot
  • How to Sort ArrayList in Descending Order in Java
  • Spring Data CrudRepository existsById()
  • Spring Data JPA CrudRepository findById()
  • @Digits Javax Validation Hibernate Spring Boot Example
  • Sorting in Hibernate using HQL
  • Spring Data CrudRepository saveAll() and findAll()
  • Sorting in Hibernate
  • Sorting in Spring Data JPA using Spring Boot
  • @OrderBy Annotation in Hibernate for Sorting
  • How to sort using Criteria in Hibernate
  • Spring Data CrudRepository save() Method
  • @Version Annotation Example In Hibernate
  • Hibernate Validator Constraints Example Using Spring Boot
  • Hibernate Table Per Concrete Class Spring Boot
  • Hibernate Table Per Subclass Inheritance Spring Boot
  • Hibernate Single Table Inheritance using Spring Boot
  • Many To Many Mapping In Hibernate/JPA Using Spring Boot And Oracle
  • One To Many Bidirectional Mapping In Hibernate/JPA Annotation Example Using Spring Boot and Oracle
  • Many To One Unidirectional Mapping In Hibernate/JPA Annotation Example Using Spring Boot and Oracle
  • @Temporal Annotation Example In Hibernate/Jpa Using Spring Boot
  • @ControllerAdvice Global Error Handling Example in Spring Boot
  • @ExceptionHandler Example in Spring Boot
  • How To Load Sql Script On Application Startup Using H2 Database
  • One To Many Mapping Annotation Example In Hibernate/JPA Using Spring Boot And Oracle
  • Junit Test Cases For Exception Example In Java
  • One to One Bidirectional Mapping Example In Hibernate/JPA Using Spring Boot and Oracle
  • One to One Mapping in Hibernate/JPA using Spring Boot and Oracle
  • Synchronization In Java With Example
  • Difference between sleep() and wait() method in Java
  • Runnable interface in java
  • Daemon Thread In Java With Example
  • Thread Priority in Java with example
  • Loop detection in a linked list
  • Spring boot datasource configuration using tomcat
  • wait() notify() and notifyAll() method in Java
  • Thread sleep() method in Java
  • Thread join() method in Java
  • Thread yield() method in Java with Example
  • Thread getId() method in Java
  • Thread getName() method in java
  • Thread dumpStack() method in Java
  • Thread currentThread() method in Java
  • Thread checkAccess() method in Java
  • Thread activeCount() method in Java
  • Thread life cycle in Java
  • Doubly Circular Linked List in Java
  • Circular Linked List in Java
  • Iterator for doubly linked list java
  • Deploy Spring Boot application on external Tomcat
  • Deploy multiple war files in JBoss to different port
  • How to deploy multiple war files in Jboss in same port
  • How run() method Works internally in Java
  • Thread class constructors and methods in Java
  • How to create a thread in Java
  • Multithreading in Java with example
  • Reverse a Doubly Linked list
  • Delete operation in doubly linked list
  • How HashMap works internally in Java
  • Doubly Linked List example in Java
  • Iterator for singly linked list java
  • Junit test for private methods reflection example
  • Accessing private class members using reflection
  • Get class members information using reflection
  • Reflection in Java with example
  • Intersection of two linked lists in Java
  • Rotation of Linked List
  • Remove duplicate nodes from linked list in Java
  • @Transactional noRollbackForClassName example using spring boot
  • @Transactional rollbackForClassName example using spring boot
  • @Transactional readonly true example in spring boot
  • @Transactional noRollbackFor example using spring boot
  • @Transactional rollbackFor example using spring boot
  • Sorting of linked list in Java
  • Middle of a Singly Linked List
  • Reverse a Singly Linked List
  • Implementation of Index based Linked List
  • Delete operation in Linked list
  • Singly Linked List Implementation using generics in Java
  • Singly Linked List Implementation in Java
  • @Transactional REQUIRED vs REQUIRES_NEW example in spring boot
  • Spring Boot interceptor example
  • Filter example in Spring Boot
  • @ComponentScan example in spring boot
  • Content negotiation example using Spring Boot
  • @Configuration annotation example using spring boot
  • Jboss 7 EPA datasource configuration using oracle and spring boot
  • Spring security inMemoryAuthentication and authorization example using spring boot
  • Spring security default authorization example using spring boot
  • @Component @Controller @Service and @Repository annotations example using spring boot
  • How to get all loaded beans in Spring Boot application
  • @SpringBootApplication annotation example in Spring Boot
  • @RequestHeader annotation example using Spring Boot
  • Deploy Spring boot war in JBOSS EAP server
  • How to create war file using maven
  • @PathVariable and @RequestParam annotations in Spring Boot
  • @RequestBody and @ResponseBody annotation example in Spring Boot
  • @RequestMapping annotation example In Spring Boot
  • @RestController and @Controller annotation example in Spring Boot
  • Fail fast and fail safe example in java
  • Difference between HashMap and Hashtable in java
  • Difference between Comparable and Comparator in java
  • Difference between Iterator and ListIterator in Java
  • Difference between Iterator and Enumeration in java
  • instanceof operator in java
  • Spring batch task scheduling example using spring boot
  • Spring batch basic
  • Equals and hashcode contract in java
  • Spring Transaction Management Example Using Spring Boot
  • Difference between HashSet and HashMap in Java
  • Difference between HashSet and TreeSet in java
  • Difference between List and Set in Java
  • Difference between ArrayList and LinkedList in java
  • Program to count number of object created in java
  • How get method of ArrayList work internally in java
  • ArrayList vs Vector in java
  • Spring Data JPA example using spring boot
  • How to create custom HashSet in java
  • Different ways to iterate TreeMap in Java
  • Constructors and methods of TreeMap in Java
  • TreeMap in java with example
  • Constructors and methods of LinkedHashMap in Java
  • Different ways to iterate LinkedHashMap in Java
  • LinkedHashMap in Java
  • Constructors and methods of Hashtable in Java
  • Different ways to iterate Hashtable in Java
  • Hashtable In Java With Example
  • HashMap in Java With Example
  • Home
  • Hibernate/JPA Example Using Spring Boot
  • Exception Handling in Java With Example
  • Contact Us
  • Privacy Policy
© 2020 netsurfingzone