Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
|
|
4
|
52902
|
March 8, 2023
|
org.hibernate.engine.jdbc.internal.JdbcServicesImpl - HHH000342: Could not obtain connection to query metadata : This ResultSet is closed
|
|
6
|
44440
|
October 1, 2021
|
Missing table while table exists
|
|
8
|
37196
|
February 11, 2018
|
Informix Dialect throws "java.lang.UnsupportedOperationException: query result offset is not supported" when using pagination
|
|
4
|
4792
|
October 31, 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
|
34332
|
November 29, 2021
|
A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance
|
|
4
|
24898
|
March 5, 2024
|
CriteriaBuilder cast function example
|
|
5
|
12453
|
February 28, 2025
|
org.hibernate.exception.SQLGrammarException: could not prepare statement - Table “USER_DETAIL” not found; SQL statement:
|
|
7
|
32781
|
January 23, 2019
|
javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection
|
|
7
|
31237
|
April 19, 2018
|
On release of batch it still contained JDBC statements
|
|
7
|
30894
|
October 18, 2018
|
SQLQuery and org.hibernate.Query are deprecated. What to use instead?
|
|
3
|
42795
|
July 3, 2023
|
org.hibernate.exception.LockAcquisitionException: could not execute native bulk manipulation query
|
|
6
|
32035
|
May 8, 2018
|
Hibernate ResultTransformer is @Deprecated. What to use instead?
|
|
4
|
36335
|
May 31, 2019
|
Hibernate throws "Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: MemorySpace is not mapped"
|
|
2
|
46594
|
January 5, 2020
|
How to use the Hibernate @JoinFormula annotation with a @OneToMany JPA association?
|
|
6
|
28924
|
December 9, 2019
|
Unable to resolve name [org.hibernate.dialect.MySQLInnoDBDialect] as strategy [org.hibernate.dialect.Dialect] with Hibernate 6.2
|
|
4
|
33273
|
September 16, 2024
|
org.hibernate.AnnotationException - Use of @OneToMany or @ManyToMany targeting an unmapped class
|
|
4
|
32422
|
October 25, 2019
|
A different object with the same identifier value was already associated with the session
|
|
3
|
32360
|
August 30, 2022
|
@SequenceGenerator: allocationSize versus INCREMENT BY
|
|
7
|
22105
|
February 19, 2021
|
How to use table partitioning with Hibernate
|
|
3
|
17020
|
November 2, 2018
|
Collection UserTypes cause a cast exception in 6.4
|
|
2
|
3454
|
January 18, 2024
|
How can I do a JOIN FETCH in criteria api
|
|
5
|
23827
|
May 27, 2018
|
Spring Data JPA application not working with Hibernate and H2
|
|
6
|
20797
|
January 25, 2021
|
How to prevent Hibernate from updating column values as null in a PUT web request when the entity uses @DynamicUpdate
|
|
6
|
20254
|
June 5, 2024
|
Hibernate.connection.datasource is deprecated, but newer alternatives don't work
|
|
3
|
15052
|
August 8, 2024
|
Hibernate throws org.hibernate.TypeMismatchException: Provided id of the wrong type for class. Expected: class java.lang.Integer, got class java.lang.Long
|
|
4
|
22369
|
February 24, 2018
|
OneToMany join on non PK Composite key - not mapped to a single property
|
|
8
|
16381
|
October 16, 2018
|
Hibernate.default_schema usage in Hibernate 5
|
|
6
|
18575
|
February 8, 2019
|
Hibernate PostgreSQL JSONB issue: No Dialect mapping for JDBC type: 1111
|
|
2
|
28069
|
March 22, 2019
|
Avoiding unnecessary Join with Many-to-many relation
|
|
7
|
17163
|
April 1, 2018
|
org.hibernate.hql.internal.ast.QuerySyntaxException: Invalid path on EntityManager createQuery
|
|
7
|
17089
|
April 23, 2018
|
How to convert an SQL query to HQL or JPQL
|
|
4
|
21613
|
December 14, 2018
|
How to select multiple many-to-many associations efficiently using JPQL and Hibernate?
|
|
6
|
17808
|
June 27, 2021
|
Temporary table handling
|
|
7
|
16193
|
January 8, 2018
|
Why does the JPA @ManyToMany association remove all entries and reinserts the remaining ones back upon modifications
|
|
7
|
16122
|
February 11, 2019
|
How to resolve No identifier specified for entity?
|
|
4
|
20069
|
March 25, 2018
|
How to disable the first-level cache with JPA and Hibernate
|
|
3
|
22334
|
December 24, 2018
|
Do I have to use Serializable for JPA and Hibernate entities?
|
|
4
|
19660
|
August 24, 2024
|
N+1 query problem with @ManyToOne Association
|
|
4
|
19490
|
August 29, 2018
|
Unable to determine Dialect without JDBC metadata
|
|
3
|
21029
|
April 24, 2024
|
HikariCP: IllegalArgumentException: dataSource or dataSourceClassNa or jdbcUrl is required
|
|
7
|
14846
|
July 14, 2019
|
@AuditJoinTable in Envers
|
|
2
|
7289
|
June 10, 2020
|
Merge entity with @OneToMany attributes leading to javax.persistence.EntityNotFoundException: No row with the given identifier exists
|
|
6
|
14915
|
May 24, 2018
|
How to solve the narrowing proxy warning when using SINGLE_TABLE Inheritance strategy in hibernate?
|
|
1
|
8740
|
November 3, 2018
|
java.sql.SQLException: Invalid column type: 2012 when using Hibernate and Oracle stored procedure with REF_CURSOR
|
|
7
|
13556
|
April 18, 2020
|
How to update a Timestamp property when only some entity fields get modified with JPA and Hibernate
|
|
4
|
16478
|
November 19, 2021
|
Set Primary key and Foreign key on a single column in hibernate mapping having type String
|
|
3
|
18419
|
January 23, 2018
|
QuerySyntaxException: xxx is not mapped
|
|
7
|
12706
|
June 24, 2021
|
Merge fails with composite identifier containing association
|
|
8
|
11976
|
February 6, 2018
|
Hibernate to initialize a table and use a String as ID and Primary Key (a hash value that I supply)?
|
|
7
|
7135
|
May 3, 2018
|