JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

Using @NamedQuery in Spring Data JPA

October 3, 2015 by Krishna Srinivasan Leave a Comment

In my previous article I have explained about how to use @Query annotation for writing the custom queries for Spring Data JPA applications. In this post, I will explain another type of writing the custom queries using @NamedQuery annotation that is part of the JPA specification. What is NamedQuery? There are two types of queries […]

Filed Under: Spring Framework Tagged With: Spring Data JPA

@Query Annotation in Spring Data JPA

October 1, 2015 by Krishna Srinivasan Leave a Comment

In my previous post on Spring Data, I have explained the basic concepts and configurations for Spring Data JPA. In this tutorial, I am going to explain @Query annotation and how to create custom query using the @Query annotation. The greatest advantage of using Spring Data is that it implements the repositories at run time […]

Filed Under: Spring Framework Tagged With: Spring Data JPA

Spring Data JPA Tutorial using Spring Boot

September 2, 2015 by Krishna Srinivasan Leave a Comment

This tutorial guides you through on building simple REST APIs using Spring Data JPA and Spring Boot. At the end of this tutorial, you would be able to write the applications with Spring Data JPA using Spring Boot. In our earlier tutorials we have covered about Spring Data JPA and JPA frameworks. But, this tutorial uses Spring […]

Filed Under: Spring Framework Tagged With: Spring Boot Tutorials, Spring Data JPA

Spring Data JPA : Custom Repository / Query Methods Example

June 8, 2014 by Amr Mohammed Leave a Comment

In this tutorial i am going to explain how to use query methods and custom repository implementation in Spring Data JPA framework. I have used Primfaces and JSF to develop the front end to access data using Spring Data infrastructure. When you’re developing a Spring Data Repository, you’ll have three options: Using of a CRUD operations […]

Filed Under: Spring Framework Tagged With: PrimeFaces, Spring Data JPA

PrimeFaces + Spring Roo + Spring Data JPA Integration Example

May 21, 2014 by Amr Mohammed Leave a Comment

This tutorial presents how to develop a web application using PrimeFaces using Spring ROO and Spring Data JPA. In our previous tutorials we have explained each topic with more examples. Spring ROO is the rapid application development tool for the spring applications. It improves the productivity of software development. To Getting started this tutorial, be sure […]

Filed Under: Spring Framework Tagged With: PrimeFaces, Spring Data, Spring Data JPA, Spring ROO

Spring Roo + Spring Data JPA Repositories + Eclipse Integration

May 7, 2014 by Amr Mohammed Leave a Comment

Spring Roo is a rapid application development tool for Java developers. With Roo, you can easily build full Java applications in minutes. This tutorial isn’t intended for providing full coverage for Spring Roo, rather it should spot the focus to provide a good introduction for using Spring Data inside those applications that built with Spring […]

Filed Under: Spring Framework Tagged With: Eclipse, Spring Data JPA, Spring ROO

Spring Data JPA Tutorial

April 24, 2014 by Amr Mohammed Leave a Comment

Persistence API (JPA) provides POJO (Plain Old Java Object) standard and object relational mapping (OR mapping) for data persistence among applications. Persistence, which deals with storing and retrieving of application data, can now be programmed with Java Persistence API starting from EJB 3.0 as a result of JSR 220. This API has borrowed many of […]

Filed Under: Spring Framework Tagged With: JPA, Spring Data, Spring Data JPA

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.