How to use Hibernate's @Filter annotation in an @EmbeddedId property?
|
|
8
|
7658
|
February 6, 2019
|
JPA error - "not mapped to a single property"
|
|
3
|
11469
|
September 12, 2018
|
Could not resolve root entity 'MyEntity'
|
|
7
|
8103
|
January 22, 2025
|
Is it possible to replace Hibernate @ForeignKey annotations on a CLASS with a JPA-style ForeignKey annotation?
|
|
5
|
5241
|
January 19, 2021
|
Foreign key to entity id instead of entity
|
|
4
|
10084
|
January 4, 2024
|
How to create Index
|
|
8
|
7504
|
February 11, 2019
|
Upsert failing by throwing message Duplicate entry for key 'PRIMARY'
|
|
7
|
7956
|
September 29, 2022
|
Hibernate and multithreading
|
|
3
|
11087
|
February 27, 2018
|
Can't compare test expression of type when upgrading to 6.2.0 or above from 6.1.7
|
|
5
|
8982
|
October 20, 2023
|
How to change Hibernate schema at run time
|
|
1
|
15548
|
July 23, 2018
|
Retention management for Envers audit table
|
|
6
|
4671
|
June 11, 2019
|
Unable to find column position by name: id
|
|
4
|
9700
|
September 18, 2023
|
Hibernate does not see the dialect and does not detect it automatically
|
|
1
|
15304
|
March 18, 2024
|
How can I create SELECT FROM SELECT query with JPA and Hibernate?
|
|
2
|
12460
|
August 8, 2018
|
Error In Native Query where column is mapped twice
|
|
8
|
7178
|
May 10, 2023
|
Hibernate 6.1.6: Using jakarta criteria and count query, getting exception in count query execution if count query contains where predicate
|
|
7
|
7605
|
January 22, 2024
|
Hibernate with MySQL throws "WrongArgumentException: Malformed database URL, failed to parse the connection string near: useJDBCCompliantTimezoneShift, useLegacyDatetimeCode, serverTimezone"
|
|
2
|
11582
|
June 16, 2018
|
Hibernate 6 / Wrong column type encountered for Enum / Postgresql /int4 vs smallint
|
|
6
|
7561
|
January 26, 2025
|
Join two table when both has Composite Primary Key
|
|
4
|
8860
|
January 9, 2019
|
Persisting a custom UUID class as a VARCHAR
|
|
6
|
7470
|
September 21, 2018
|
LIMIT clause is not working in JPA Named Queries
|
|
1
|
13672
|
July 25, 2018
|
InvalidDataAccessApiUsage Exception being raised while Transaction is active
|
|
1
|
13664
|
April 19, 2019
|
Class <<classname>> cannot be cast to class java.lang.String (<<classname>> is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
|
|
3
|
9590
|
September 13, 2023
|
Hbm2ddl.auto=update recreating existing indexes after drop
|
|
8
|
6374
|
July 16, 2020
|
What is the JPQL/JPA/Hibernate equivalent of 'date_trunc('day', (entity.date AT TIME ZONE 'UTC'))'
|
|
1
|
13508
|
November 27, 2018
|
On fetching search results - HikariCP apparent connection leak detection triggered issue
|
|
2
|
11002
|
June 3, 2020
|
Having problems with timezone across hibernate
|
|
5
|
7753
|
March 8, 2023
|
MERGE INTO in Criteria API
|
|
1
|
133
|
September 11, 2024
|
Query with JPA without using caching
|
|
8
|
6260
|
November 25, 2021
|
Java 17 @version and nanoseconds truncation
|
|
5
|
7664
|
December 13, 2023
|
Which dialect should I use?
|
|
4
|
8310
|
March 20, 2023
|
Does Hibernate PersistentSet maintain order when using @OrderBy
|
|
3
|
9205
|
April 30, 2020
|
Oracle Stored Procedure With Multiple OUT Ref_Cursors
|
|
6
|
6886
|
June 27, 2020
|
How to fix “ERROR: Invalid endian flag value encountered.” during saving (Geometry type) data in PostgreSQL through Hibernate
|
|
7
|
6426
|
December 8, 2023
|
Unusual exception.Could not obtain transaction-synchronized Session for current thread
|
|
2
|
5851
|
April 7, 2022
|
Why my order of execute is wrong?
|
|
5
|
7262
|
November 16, 2018
|
How to prevent the Hibernate schema from being generated automatically
|
|
1
|
12507
|
March 19, 2018
|
Hibernate and Oracle Partitions
|
|
1
|
2203
|
May 25, 2018
|
HQL collection in select clause?
|
|
4
|
7825
|
November 4, 2020
|
Hibernate-jpamodelgen [ERROR] diagnostic: error: Problem with Filer: Attempt to recreate a file for type
|
|
7
|
6184
|
November 26, 2024
|
How can I retrieve current validation context's groups in a Validator?
|
|
3
|
8734
|
March 28, 2018
|
DTO Projection: Hibernate expects a constructor although a resultTransformer ((AliasToBean)) is set
|
|
5
|
7061
|
December 4, 2018
|
Netbeans missing Hibernate library
|
|
1
|
12133
|
November 22, 2019
|
String Index Out Of Bounds Exception
|
|
8
|
5706
|
January 11, 2019
|
End of life Hibernate
|
|
2
|
5551
|
June 7, 2019
|
How to map a JSON hierarchy with JPA and Hibernate
|
|
4
|
7619
|
March 3, 2019
|
Should I use session.close() after each Hibernate Search?
|
|
1
|
11958
|
October 1, 2018
|
Does HQL support CASE WHEN ... ELSE END condition in WHERE statement to include a clause?
|
|
1
|
11945
|
November 9, 2020
|
Hibernate @ManyToMany with FetchMode.JOIN and FetchType.EAGER generates secondary queries
|
|
1
|
11898
|
February 5, 2019
|
How can I use a database index with HQL
|
|
7
|
5947
|
May 22, 2018
|