Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Spring Transaction: What will happen if I don't give @Transaction annotation on method

left join with spring data jpa and querydsl

java spring jpa join querydsl

Hibernate trying to persist same object twice

java hibernate jpa

JPA / Hibernate OneToMany Mapping, using a composite PrimaryKey

jpa one-to-many embeddable

JPA Criteria API: LEFT JOIN for optional relationships

How to set lock timeout in postgres - Hibernate

java postgresql hibernate jpa

Decouple a JPA entities jar from persistence.xml in SE environment

When exactly does JPA REQUIRES_NEW transaction commit

How to save and load a large Graph structure with JPA and Hibernate?

Defining multiple Address properties in Person per AddressType by a triple join table

jpa map jpa-2.0 jointable

JPA many to many with extra column

java jpa many-to-many

Play, Hibernate and Evolutions

How to cascade persist using JPA/EclipseLink

mysql jpa eclipselink

JPA Best Practice: Static Lookup Entities

Deleting JPA object fails due to foreign key constraints?

java hibernate orm jpa jpa-2.0

Use hibernate sessionFactory or JPA entityManager?

java spring hibernate jpa

Spring Security custom UserDetailsService and custom User class

What is the difference between Transaction manager and Entity Manager

java spring jpa spring-data

Spring @Transactional on @Bean declaration instead of class Implementation

java spring jpa transactions

Select row with most recent date per user with 1 condition in JPA

java sql jpa junit