Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to fix a javax.naming.NamingException: Lookup failed

How to tell Hibernate annotation @Column to be case-sensitive?

JPA without transaction

java jpa transactions

@Transactional and JPA object parameters

spring jpa transactions

How to embed generic field using Hibernate?

java hibernate generics jpa

JPA Hibernate Lazy many-to-one fetch proxy

List a Joined table with criteria

java hibernate jpa criteria

JPQL for a Unidirectional OneToMany

How to model a friendship relationship in hibernate?

Correct usage of Entity AND DTO to provide Json in Restful web service

JPA rest stops working when trying to upload blob

java jpa

Disable Cascade in ManyToOne relationship JPA when saving

Get all records from table - EclipseLink

Spring JPA - persisting nested objects

Spring data jpa, jparepository returning list of string in place of DTO object

How to avoid 1 + n database calls for a bidirectional optional one to one association in Hibernate?

eclipse - JPA entities from tables, no schemas listed

java mysql eclipse jpa mariadb

What is the difference between hibernate session's getNamedQuery(String name) and createNamedQuery(String name)?

java hibernate jpa

Prevent Hibernate from deleting orphaned entities while merging an entity having entity associations with orphanRemoval set to true

JPA JPQL: select items when attribute of item (list/set) contains another item

list jpa set jpql