org.hibernate.ejb.HibernatePersistence has interface org.hibernate.ejb.AvailableSettings
|
|
1
|
5476
|
May 24, 2018
|
Dynamic mapping
|
|
8
|
2578
|
May 12, 2018
|
Hibernate Envers - default_catalog not working
|
|
7
|
2729
|
May 6, 2019
|
Hibernate in Weblogic has a conflicting antlr version. What to do?
|
|
6
|
2905
|
February 7, 2018
|
Cascading options for updating parent-child entity
|
|
0
|
7682
|
March 12, 2020
|
Sring data and Hibernate, how to avoid child (non-owning side) entity deletion by Hibernate (without cascade)?
|
|
4
|
3426
|
May 19, 2020
|
Hibernate @Filter can only filter table fields. What should I use to filter on entity properties, and not table columns?
|
|
1
|
962
|
February 27, 2019
|
Is it a problem to access a Hibernate entity getter in a for loop?
|
|
3
|
3805
|
January 23, 2018
|
Unidirectional vs bidirectional ManyToOne
|
|
2
|
4388
|
June 21, 2018
|
Hibernate 5 hbm2ddl.auto=update doesn't work
|
|
2
|
4386
|
November 7, 2018
|
MappingException: Repeated column in mapping for collection ManyToMany
|
|
1
|
5366
|
January 18, 2018
|
Using Reserved Keyword in Table Names throws org.hibernate.hql.internal.ast.QuerySyntaxException in Hibernate 5.2.11
|
|
4
|
3368
|
September 29, 2021
|
Trying to rollback to savepoint when transaction has status MARKED_ROLLBACK
|
|
4
|
3349
|
November 16, 2018
|
Support Many to Many relationships with additional fields in join table
|
|
7
|
2643
|
December 22, 2018
|
Pass single Join instance to multiple Specification instances?
|
|
0
|
7453
|
March 25, 2020
|
Select item at position 1 in select list has no alias (aliases are required in CTEs and in subqueries occurring in from clause)
|
|
1
|
2961
|
May 24, 2024
|
Performance nativeQuery vs JDBC
|
|
3
|
3715
|
April 5, 2018
|
HHH-8851: composite ids via hbm.xml cause 'expected IdClass mapping': any fix/workaround?
|
|
6
|
2808
|
December 11, 2019
|
org.hibernate.MappingException: The increment size of the [xyz] sequence is set to [50] in the entity mapping while the associated database sequence increment size is [1]
|
|
1
|
5244
|
October 31, 2022
|
Best practice for CRUD operations on @OneToMany relationships
|
|
8
|
2468
|
June 19, 2023
|
Too aggressive pessimistic write lock in PostgreSQL
|
|
2
|
4266
|
March 18, 2022
|
Why does hikari pool commit take so long?
|
|
8
|
2457
|
October 14, 2021
|
Hibernate 5.3, SQL Server varchar(max) text displayed as Chinese characters
|
|
3
|
3685
|
October 12, 2018
|
@Embeddable + @ElementCollection (one to many) with an Enum key mapped as @MapKey fails with AnnotationException
|
|
4
|
3293
|
February 5, 2019
|
Value involves formulas after moving from Hibernate 5 to Hibernate 6
|
|
6
|
2783
|
July 10, 2023
|
ElementCollection with Converter and mapped entity
|
|
3
|
3681
|
January 17, 2018
|
Can we disable Jboss-logging for Hibernate Validator 6.0.17
|
|
4
|
3277
|
August 24, 2022
|
DuplicateSecondaryTableException: Table with that name [Cluster] already associated with entity
|
|
5
|
2978
|
February 10, 2020
|
@JoinColumns should still join rows when one column is null
|
|
3
|
3630
|
October 1, 2018
|
Error during managed flush [Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect)
|
|
0
|
7237
|
June 19, 2020
|
@OneToOne with FetchType.LAZY doesn't work with Hibernate
|
|
5
|
2938
|
January 14, 2019
|
UnknownTableReferenceException: Unable to determine TableReference
|
|
8
|
2384
|
January 25, 2023
|
How to contribute using Eclipse?
|
|
8
|
1333
|
June 1, 2018
|
org.hibernate.QueryException: CAST function should only have 2 arguments
|
|
8
|
2366
|
June 12, 2023
|
Hibernate 4.3 -> 5.1 Entity Manager in WELD
|
|
5
|
2886
|
August 8, 2018
|
EntityManager.refresh not working?
|
|
5
|
2880
|
March 23, 2023
|
Session.createFilter is deprecated in Hibernate ORM 5.3. Is there any alternative?
|
|
5
|
2879
|
February 1, 2021
|
Hibernate 5.2 -> 5.3: Changed behaviour with lazy loading?
|
|
5
|
2879
|
September 3, 2018
|
Transactions not committed when using multi-tenancy
|
|
3
|
1979
|
October 14, 2020
|
Postgres Dialect and Time Zone
|
|
5
|
2866
|
March 30, 2021
|
I have a problem about Error calling Driver # connect
|
|
0
|
7019
|
March 21, 2019
|
Filter entities by a specific subclass type using Criteria
|
|
1
|
4923
|
August 7, 2018
|
Issue: Hibernate uses generator name rather than sequence name
|
|
7
|
2460
|
September 1, 2021
|
Hibernate Search OneToMany Confuse Result
|
|
6
|
2623
|
October 31, 2018
|
org.hibernate.criterion.Criterion ClassNotFoundException in migrating to Hibernate 6.1.6 with spring-orm 6.0.0
|
|
3
|
3468
|
February 27, 2023
|
Environment.MULTI_TENANT and createSQLQuery() not found hibernate 6.1.6Final
|
|
1
|
1545
|
February 16, 2023
|
[SOLVED] Hibernate 6 class using unimplemented "integrator#integrate" method? Can't start hibernate
|
|
6
|
2587
|
March 27, 2024
|
Hibernate Envers performance overhead
|
|
4
|
3059
|
February 11, 2019
|
HHH000142 javassist enhancement failed cannot be cast to org.hibernate.proxy.hibernateproxy
|
|
5
|
2791
|
January 23, 2019
|
JPA entity graphs and Hibernate @Fetch(FetchMode.SELECT) mode
|
|
1
|
4790
|
December 24, 2018
|