Search code examples
Hibernate to delegate UUID generation to postgres...

springpostgresqlhibernatejpa

Read More
Spring boot JPA insert in TABLE with uppercase name with Hibernate...

javamysqlhibernatejpaspring-data-jpa

Read More
JPA bi-directional @OneToMany not populating Foreign Key on reference table...

spring-boothibernatejpa

Read More
Get records which are last updated in n minutes in jpa...

javapostgresqlspring-bootjpanativequery

Read More
Save UUID as String in Database with JPA/Hibernate...

javadatabasespring-boothibernatejpa

Read More
How to set default boolean value in JPA...

javajpa

Read More
Problem when using lessThanOrEqualTo() of Predicate when compare time...

javaspring-bootjpacriteria

Read More
Spring Boot JPA CrudRepository error table not found...

javaspringoracle-databasehibernatejpa

Read More
Is it possible to use Hibernate with PostgreSql's JSONB data type?...

hibernatejpajsonb

Read More
I am trying to mapping three entity with another entity by using onetoone annotation...

javamysqlspringhibernatejpa

Read More
Optimize JPA dynamic count query...

javasqloracle-databasejpaeclipselink

Read More
'(', <expression>, <operator>, FETCH, GROUP, HAVING, LIMIT, OFFSET or ORDER expe...

postgresqlspring-boothibernatejpa

Read More
Issue using @Query to fetch lazy loaded association in JPA...

javajpalazy-loading

Read More
Empty value for boolean...

oracle-databasejpaspring-data-jpa

Read More
Could not commit JPA transaction: Transaction marked as rollbackOnly...

javaspringhibernatejpa

Read More
Why LEFT OUTER JOIN is not working with @Query...

jpaspring-data-jpah2openjpa

Read More
What transaction manager to use? (JPA, Spring)...

javaspringjpatransactions

Read More
Is it possilbe to order many-to-many relation in JPA using a custom integer value stored in the join...

javadatabasehibernatejpa

Read More
Getting all children and subchildren from parent JPA...

javamysqlhibernatejpa

Read More
How to associate multiple entities in a many-to-many relationship for Hibernate Search...

spring-boothibernatejpahibernate-mappinghibernate-search

Read More
com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'aboutMeText' ...

springhibernatespring-mvcjpaspring-data-jpa

Read More
How to concat or sum the fields of objects collection referenced as @OneToMany in JPA Entity with Cr...

javajpacriteria-apijpa-criteria

Read More
JPA setParameter when dealing with "NOT IN (:param)"...

javajpanamed-query

Read More
Java, JPA relations incorrect query...

javasqlhibernatejpa

Read More
org.hibernate.InstantiationException: Cannot instantiate abstract class or interface...

javahibernatejpainheritance

Read More
Error in save method Hibernate with relation ManyToOne...

javajsonspring-boothibernatejpa

Read More
Hibernate error: object references an unsaved transient instance - save the transient instance befor...

javamysqlhibernatejpaorm

Read More
How to use Hibernate 6 short hand syntax to simplify JPA query?...

hibernatejpahql

Read More
How to create an index for a 'TEXT' column in a MySQL database by means of JPA/Hibernate...

mysqlhibernatejpaindexinghql

Read More
Hibernate - unable to find Entity with ID...

javamysqlhibernatejpa

Read More
BackNext