About the Hibernate ORM category
|
|
1
|
3081
|
December 11, 2017
|
Join clause in Criteria API left out with versions 6.5.0.Final and above
|
|
8
|
47
|
October 11, 2024
|
Detecting N+1 problem using Statistics
|
|
0
|
1
|
October 11, 2024
|
Schema validator not strictly validating String column types
|
|
0
|
2
|
October 11, 2024
|
HQL union query with null values in select part
|
|
6
|
521
|
October 10, 2024
|
Creating an index in subtype using JPA
|
|
4
|
25
|
October 10, 2024
|
Use EntityGraph for query with optional ManyToOne relationship
|
|
2
|
14
|
October 10, 2024
|
Implementing Multi-Column IN Clause Using ROW Function
|
|
4
|
16
|
October 10, 2024
|
"SELECT new map()" column java types
|
|
1
|
6
|
October 9, 2024
|
How to integrate SQLite with Spring Boot having Hiberate 6
|
|
7
|
2819
|
October 9, 2024
|
How to map Set of Entities to a comma separated string in DB
|
|
5
|
25
|
October 7, 2024
|
Hibernate 6 Teradata issue with getMaxResults
|
|
5
|
21
|
October 7, 2024
|
Is it possible to SELECT SUM(x) FROM (Subquery) in recent versions of JPA/Hibernate?
|
|
4
|
840
|
October 7, 2024
|
Hibernate v6 generates a query with IN clause upon EntityManager.merge() call. Is there a way to avoid IN clause in favor of equals+AND?
|
|
3
|
27
|
October 7, 2024
|
Handling Pre-Existing Data with Hibernate Envers Auditing: ObjectNotFoundException Issue
|
|
0
|
2
|
October 7, 2024
|
How to fix "org.hibernate.QueryException: query specified join fetching, but the owner of the fetched association was not present in the select list"
|
|
8
|
32879
|
November 29, 2021
|
Envers does not support records?!
|
|
3
|
14
|
October 4, 2024
|
Could not resolve attribute 'aaNbo' of 'test' due to the attribute being declared in multiple subtypes
|
|
2
|
41
|
October 3, 2024
|
Wildfly crashing with hibernate-core-6.5.2.Final
|
|
1
|
46
|
October 3, 2024
|
Bug with proxy assignment in CollectionEntry.currentKey
|
|
1
|
33
|
October 3, 2024
|
Is it possible to tell hibernate to use LinkedHashSet as a underlying set for PersistentSet without OrderBy annotation
|
|
1
|
26
|
October 3, 2024
|
Mix up of join order in criteria
|
|
6
|
22
|
September 30, 2024
|
Change in Behavior Between JpaRepository and EntityManager in Hibernate Versions
|
|
1
|
32
|
September 27, 2024
|
Enverse: Wrong Auditing of @ManyToMany or ElementCollection Fileds
|
|
3
|
635
|
June 15, 2023
|
UnknownTableReferenceException when using composite ids with ManyToOne association
|
|
2
|
9
|
September 25, 2024
|
SqmAttributeJoin not yet resolved to TableGroup
|
|
5
|
18
|
September 25, 2024
|
Possible Regresssion in SemanticQueryBuilder 6.4.4 -> 6.5.2
|
|
21
|
864
|
September 25, 2024
|
Projection fails with InstantiationException after Hibernate 6 migration
|
|
2
|
29
|
September 24, 2024
|
Don't change the reference to a collection with delete-orphan enabled
|
|
2
|
35
|
September 24, 2024
|
Enum mapping from custom postgres type with invalid java chars
|
|
1
|
18
|
September 23, 2024
|