Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Spring Data JPA .save() method is not saving in the database

Spring JpaRepository find entities from attribute using unconventional naming

java spring spring-data-jpa

Is there any way to use constant (EnumType Ordinal) value in @Query annotation in JPA repository?

Unable to Fully Recurse Tree Hierarchy Using Java

Without @Repository annotation the code works fine and with annotation also works fine. What is the difference?

Spring Data JPA using injection returns "NoSuchMethodError"

Spring - JPA - insert - not passing value for field that has default throws error

Spring Data Repository for Entity where foreign key is also primary key

jpa repository save method returns different id from the one inserted into database

Why does a manually defined Spring Data JPA delete query not trigger cascades?

Spring data Jpa findTop and findFirst generating error Incorrect syntax near '@P0'

Spring boot JPA without Spring data

Using Spring Boot and Data JPA, getting LazyInitializationException despite the OpenSesionInViewFilter

com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'aboutMeText' at row 1

What methods should be written in the Service Layer?

Spring - Cannot catch ConstraintViolationException

Jhipster - Configure multiple datasources

Saving nested objects with spring data - using an id as a reference

java jpa spring-data-jpa

Spring data jpa, externalizing native queries

Why does not delete method of spring data (JPA) have any return values?

java spring spring-data-jpa