Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring @Transactional commit failures ; Deby + Eclipselink

java.time and JPA

Hibernate.cfg.xml vs Persistence.xml

hibernate jpa persistence

JPA: N+1 query even after FetchType.LAZY

Project architecture/organization on Java EE application with EJB 3.0, JPA, Dynamic web projects on JBoss

JPA: How does Read Lock work?

How do I set flush mode to "COMMIT" in my configuration files?

Arquillian JPA tutorial: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor

Correct format of sql query in java

java sql jpa derby

NULL ID Generated Via @GeneratedValue On Composite Key Using @EmbeddedId

What is the relationship between BMT/CMT and an application/container-managed EntityManager?

Spring Data JPA: How not to repeat myself in countQueries?

java spring jpa spring-data

JPA mapping for a List or Set<String>

java hibernate maven jpa orm

How to store Joda Time (any) in Spring JPA with some SQL-compatible column type?

java sql spring jpa jodatime

Auto generate id in Spring MVC

java spring postgresql jpa

Return substring starting from the N occurrence

java hibernate jpa querydsl

Hibernate positional parameters zero based

Spring JPA Many to Many: remove entity, remove entry in join table, BUT NOT REMOVE the other side

java spring hibernate jpa

Mapping an @Embeddable in a separate table

java hibernate jpa

JPA: How to cascade save entities when child has Embedded Id?