New posts in jpa

Getting [SQLITE_BUSY] database file is locked with select statements

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

annotation to filter results of a @OneToMany association

Hibernate/JPA - annotating bean methods vs fields [duplicate]

JAXB Mapping cyclic references to XML

TransactionRequiredException Executing an update/delete query

JPA: difference between @JoinColumn and @PrimaryKeyJoinColumn?

@Autowired vs @PersistenceContext for EntityManager bean

internationalization in JSF with ResourceBundle entries which are loaded from database

JPA Query.getResultList() - use in a generic way

Deserialize Java 8 LocalDateTime with JacksonMapper

Delete Not Working with JpaRepository

org.hibernate.MappingException: Could not determine type for: java.util.Set [duplicate]

BigDecimal, precision and scale

How does the JPA @SequenceGenerator annotation work

Spring Data JPA And NamedEntityGraphs

Spring - Is it possible to use multiple transaction managers in the same application?

JPA @OneToOne with Shared ID -- Can I do this Better?

Implementing custom methods of Spring Data repository and exposing them through REST

spring data jpa @query and pageable