Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

A concise, clear list of what is new in JPA2?

java orm jpa jakarta-ee jpa-2.0

JpaRepository caches newly created object. How to refresh it?

java jpa spring-data-jpa

How do I do a JPQL SubQuery?

java orm jpa jpql

Can I get the SQL string from a JPA Query object?

sql hibernate jpa logging jpql

Spring data jpa deleteBy query not working

JPA Named Queries vs Criteria API?

loading .properties in spring-context.xml and persistence.xml

java xml spring jpa properties

JPA - FindByExample

java jpa criteria dao

EntityManager refresh

java jpa entitymanager

EntityManager persist() not saving anything to database

java hibernate spring jpa

How to paginate a JPA Query

java jpa orm pagination criteria

Encountered a deprecated javax.persistence.spi.PersistenceProvider

java spring hibernate jpa

How to use or annotate a dummy field in a JPA entity bean which is not supposed to be persisted in database

java orm jpa

Setting a parameter as a list for an IN expression

Spring Boot w/ JPA: move @Entity to different package

org.hibernate.QueryException: JPA-style positional param was not an integral ordinal

java hibernate jpa hql jpql

Spring @Transactional(Propagation.NEVER) should create Hibernate session?

java spring hibernate jpa

JPA-based JUnit Test Best Practices

java maven-2 jpa junit testng

How to join tables on non Primary Key using JPA and Hibernate

Multiple database with Spring+Hibernate+JPA