Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

TransactionRequiredException: Executing an update/delete query

hibernate jpa spring-mvc

Spring @Transactional not creating required transaction

spring jpa transactional

Field's value of native query in JPA

orm jpa field native

How to combine LEFT JOIN and Where clause with JPQL?

java hibernate jpa left-join

JPA: check whether an entity object has been persisted or not

java jakarta-ee jpa ejb

Java8 Collections.sort (sometimes) does not sort JPA returned lists

@Embedded object not instantiated automatically if it has no basic datatype fields

java jpa ebean embeddable

Order by count using Spring Data JpaRepository

java jpa spring-data

QueryDSL / JPQL : how to build a join query?

jpa jpql querydsl

NamedQuery: IllegalArgumentException (Query not found) after externalizing entities

jpa ejb named-query

How to call mysql function using querydsl?

java sql hibernate jpa querydsl

Hibernate @Id via inheritance

java hibernate jpa

Should I use Spring or Guice for a Tomcat/Wicket/Hibernate project?

spring jpa wicket guice

High Level Java Client selection for Apache Cassandra [closed]

Example of using CURRENT_DATE in JPA query

java jpa eclipselink

How to use joda time with JPA (eclipselink)?

How to use prepared statement in JPA

Return custom object from Spring Data with Native Query

java.lang.ClassNotFoundException: javax.persistence.Persistence cannot be found with JPA

java jpa

What are the difference between: sequence id using JPA @TableGenerator, @GeneratedValue vs database Auto_Increment