Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Postgres and Spring Data JPA: operator does not exist: bytea = bigint

How to calculate average on a column with JPA?

Hibernate returns stale Objects when calling findOne

Spring Data Rest transaction boundaries

Implement JPA Projection with count

How to handle compound key with relationship in JPA2 and Spring Data JPA?

jpa spring-data-jpa

Javers ENTITY_INSTANCE_WITH_NULL_ID when using 2 databases

Do CascadeType.ALL and "insertable = false, updatable = false" exclude each other?

How to get Spring Data Neo4j and Spring Data JPA to work together?

Hibernate FETCH.Eager fetching duplicates when using Spring Data repositories

Hibernate doesn't return manually INSERTed rows

Autowiring CrudRepository based on type parameter

JPA @ForeignKey(value = ConstraintMode.NO_CONSTRAINT) not working with @ManyToMany

Spring Data for Couchbase - Counting element in the DB

Spring Data Cassandra Reactive - "MappingException Couldn't find PersistentEntity for type class java.lang.Object"

How to do bulk inserts with JpaRepository with dynamic batch_size i.e batch_size is not known