Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA eager fetching and pagination best practices

jpa pagination jpql eager

PostgreSQL throws "column is of type jsonb but expression is of type bytea" with JPA and Hibernate

What is the proper JPA mapping for @Id in parent and unique sequence in base classes

java hibernate jpa sequences

jpa without container

Hibernate OneToOne automatic join fetching (resolving n+1 problem)

java hibernate jpa

jpa lazy fetch entities over multiple levels with criteria api

Audit ManyToMany Relationships using Hibernate Envers

JPA 2 @SequenceGenerator @GeneratedValue producing unique constraint violation

java hibernate postgresql jpa

Hibernate postgresql notify functionality

add item to the collection with foreign key via REST call

Which module should I require in Java 9 to use JPA?

java jpa java-9 module-info

Hibernate prepareConnection/preparedStatement issues

java hibernate jpa c3p0

How to run Spring 3.0 PetClinic in tomcat with Hibernate backed JPA

Under what conditions would SELECT by PRIMARY KEY be slow?

Triggers vs. JPA @PrePersist for creation and update timestamps pros and cons

How do I annotate Id column if value is generated by a trigger?

oracle hibernate jpa

More usable alternative to Criteria API

java jpa criteria-api

specify lob size in jpa entity

jpa blob

Using @Embedded in @Embeddable class

Retry mechanism for optimistic locking (spring data + JPA)