Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Merging a managed entity on the @ManyToOne side

How to use two different Hibernate caching strategies for a couple of entities

Hibernate MultiMap cannot be found while code generation

java apache hibernate maven jpa

JPA foreign key without relationship

java jpa

spring data JPA & spring data elasticsearch; No property index found for type?

Data is not saved in DB when using Transaction annotation in JUnit test

DDD: how to properly implement with JPA/Hibernate entities relation?

Hibernate Java 8 ZonedDateTime

How can I access the repository from the entity in Spring Boot?

java spring jpa spring-boot

In Spring Boot JPA, why would I get "Table already exists; SQL statement:"

Hibernate returning PersistentBag instead of List

JPA auto flush before any query

Jpa composite key nullable columns

JPA Multiple Persistence Unit bug

Should I use Bean Validation with EJB 3.1, JSF2.0 and JPA?

java validation jsf jpa ejb

Hibernate JPA - ManyToOne relationship not populated

JPA+Hibernate(J2SE) @OneToMany - Millions of records slows adding a new object down

performance hibernate jpa java

Saving many entities in GAE with JPA

Persist raw Java Enum using Hibernate

java hibernate jpa enums

Is there a way to use Eclipse to generate a JSF form from a JPA POJO?

eclipse jsf jpa facelets crud