Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA, Entity manager, select many columns and get result list custom objects

Changing Persistence Unit dynamically - JPA

java jpa persistence.xml

How to specify @lock timeout in spring data jpa query?

java spring oracle hibernate jpa

Doesn't work setting default value of property in Hibernate

Subquery in select clause with JPA Criteria API

jpa select subquery criteria

Cannot use an EntityTransaction while using JTA

jpa glassfish eclipselink jta

How to join two unrelated entities using JPA and Hibernate

java hibernate jpa join entity

Serialize bi-directional JPA entities to JSON with jackson

java json hibernate jpa jackson

Accessing Hibernate Session from EJB using EntityManager

Why does JPA use FetchType EAGER by default for the @ManyToOne relationship

How to use a dynamic parameter in a IN clause of a JPA named query?

sql oracle jpa oracle11g

Spring-boot: required a bean named 'entityManagerFactory' that could not be found

JPA/Hibernate: @ManyToOne and @OneToOne relationships tagged as FetchType.LAZY and optional = false not loading lazily on em.find()?

JPA/Hibernate - Undesired Partial Rollback and Session Handling

What exactly does Hibernate new_generator_mappings actually do?

hibernate jpa spring-boot

How to add Query Hints to spring data jpa querydsl queries?

How solve javax.persistence.EntityNotFoundException with JPA (not by using @NotFound)

java hibernate jpa persistence

When we need more than one EntityManager?

java jpa entitymanager

AutoIncrement Id PostgreSQL and Spring Boot Data JPA

java spring postgresql jpa

define named query in orm.xml with jpa and hibernate