New posts in jpa

How to use @Transactional with Spring Data?

Spring data JPA query with parameter properties

No Dialect mapping for JDBC type: 1111

Does the JPA specification allow references to non-primary key columns?

Problems with making a query when using Enum in entity

How can I avoid the Warning "firstResult/maxResults specified with collection fetch; applying in memory!" when using Hibernate?

Parameter in like clause JPQL

@PreUpdate and @Prepersist in hibernate/JPA (using session)

JPA vs Spring JdbcTemplate [closed]

How to query data for Primefaces dataTable using lazy loading and pagination

Update by JPA native query

can someone please explain me @MapsId in hibernate?

Putting limits dynamically in @query spring data jpa

What do REFRESH and MERGE mean in terms of databases?

JPA & Criteria API - Select only specific columns

Method is only allowed for a query. Use execute or executeUpdate instead of executeQuery. Java/Spring [duplicate]

Hibernate one-to-one: getId() without fetching entire object

Create JPA EntityManager without persistence.xml configuration file

Sharing entities between App Engine modules

How to introduce multi-column constraint with JPA annotations?