java.sql.SQLException: Invalid column type: 2012 when using Hibernate and Oracle stored procedure with REF_CURSOR
|
|
7
|
13610
|
April 18, 2020
|
How to update a Timestamp property when only some entity fields get modified with JPA and Hibernate
|
|
4
|
16578
|
November 19, 2021
|
Set Primary key and Foreign key on a single column in hibernate mapping having type String
|
|
3
|
18504
|
January 23, 2018
|
QuerySyntaxException: xxx is not mapped
|
|
7
|
12858
|
June 24, 2021
|
Hibernate to initialize a table and use a String as ID and Primary Key (a hash value that I supply)?
|
|
7
|
7191
|
May 3, 2018
|
Merge fails with composite identifier containing association
|
|
8
|
12029
|
February 6, 2018
|
CREATE TABLE in JPA and INSERT INTO that table in JPA without Entity
|
|
4
|
15976
|
June 18, 2025
|
Batch with INSERT VALUES when using Hibernate
|
|
7
|
12369
|
January 26, 2018
|
Hibernate issuing individual insert statements, even though batch insert is enabled
|
|
4
|
15558
|
June 3, 2020
|
deleteById not actually deleting, while custom @Modifying @Query does
|
|
4
|
15423
|
December 11, 2020
|
How to clone an entity with JPA and Hibernate
|
|
2
|
19826
|
August 7, 2018
|
Missing SqlExceptionHelper for WARN: HHH000342: Could not obtain connection to query metadata
|
|
5
|
14024
|
June 27, 2024
|
Unexpected getResultStream() behavior - onClose not called
|
|
7
|
2067
|
March 17, 2021
|
Hibernate Envers ValidityAuditStrategy throws a "Cannot update previous revision for entity" exception
|
|
5
|
13299
|
June 12, 2021
|
Deprecation of @GenericGenerator in Hibernate 6.5
|
|
5
|
13217
|
May 17, 2024
|
Override property field names in error messages
|
|
6
|
12136
|
May 16, 2018
|
Hibernate criteria count over with group by
|
|
6
|
12124
|
September 16, 2018
|
How to fetch a @Transient property from the database using JPA and Hibernate?
|
|
1
|
22611
|
August 7, 2018
|
Upgrade to 6.3 RC1 - Cannot compare left expression of type 'java.sql.Timestamp' with right expression of type 'com.model.entity.impl.User'
|
|
8
|
10569
|
December 14, 2023
|
Cannot persist a new record due to IDENTITY_INSERT is set to OFF
|
|
4
|
14070
|
March 23, 2023
|
How to do an UPSERT with Hibernate and MySQL and avoid throwing "Duplicate entry for key" issues
|
|
3
|
15636
|
February 24, 2019
|
Map one object to another object without using foreign key
|
|
5
|
12512
|
November 5, 2018
|
Hibernate Converter and retrieve attribute name inside Converter
|
|
8
|
5664
|
February 14, 2018
|
HQL Hibernate INNER JOIN SUBQuery
|
|
4
|
13293
|
August 7, 2018
|
Using PostgreSQL's = ANY(array) syntax with Hibernate 6.2.9
|
|
8
|
5552
|
February 7, 2024
|
About the sequence When Insert Batch
|
|
8
|
9794
|
January 26, 2019
|
Hibernate orm 5.3.5 : javax.persistence.spi::No valid providers found
|
|
3
|
14313
|
February 1, 2020
|
What is the order of properties when calling getDirtyProperties from PostUpdateEvent
|
|
1
|
3598
|
June 27, 2018
|
Why does Hibernate generate a SELECT when calling saveOrFlush on a Spring Data Repository
|
|
6
|
10650
|
February 1, 2021
|
Could not set field value [410] value by reflection
|
|
5
|
11320
|
October 18, 2018
|
Entities generated by Hibernate Tools fail hbm2ddl validation: schema-validation: wrong column type encountered in column found [mediumtext (Types#LONGVARCHAR)], but expecting [longtext (Types#VARCHAR)]
|
|
7
|
9692
|
April 11, 2018
|
How to switch database dynamically at runtime
|
|
5
|
11159
|
November 15, 2018
|
Using a SQL Server sequence with Hibernate
|
|
4
|
12001
|
July 18, 2024
|
Using Hibernate with Ehcache and Jcache
|
|
6
|
10072
|
December 27, 2018
|
QueryException: could not resolve property:
|
|
1
|
18693
|
September 17, 2020
|
JDBC Query vs JPA Query Performance
|
|
2
|
8328
|
May 24, 2020
|
Can no longer use @MappedSuperclass and @Inheritance annotations in Hibernate 5.4
|
|
4
|
11413
|
January 15, 2019
|
Hibernate N+1 query issue when fetching @OneToOne associations with JPA Criteria and @LazyToOne
|
|
6
|
9646
|
February 4, 2020
|
How to get the column name for an entity attribute using Hibernate
|
|
2
|
14718
|
December 11, 2018
|
WARN 1662 javax.persistence.spi::No valid providers found
|
|
4
|
6394
|
March 17, 2023
|
Instance save transient before
|
|
8
|
4745
|
March 13, 2025
|
Delay loading due to ASTQueryTranslatorFactory
|
|
4
|
11220
|
March 30, 2020
|
Cannot insert null into table.column ORA-01400
|
|
7
|
8842
|
December 15, 2018
|
Weblogic has old version of Bean Validator
|
|
4
|
6258
|
June 16, 2021
|
Native query Update not doing any changes to the database
|
|
4
|
10924
|
May 22, 2018
|
DefaultRevisionEntity: java.lang.IllegalArgumentException: Can not set static jakarta.persistence.metamodel.MappedSuperclassType field org.hibernate.envers.DefaultRevisionEntity_.class_ to org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
|
|
5
|
3131
|
February 16, 2024
|
Error viewing tables of database with hibernate tools
|
|
8
|
7948
|
January 31, 2020
|
Hibernate PostgreSQL JSONB issue: No Dialect mapping for JDBC type: 1111
|
|
5
|
9671
|
April 5, 2020
|
Hibernate-configuration-3.0.dtd not found
|
|
2
|
2431
|
July 22, 2022
|
org.hibernate.hql.internal.ast.QuerySyntaxException: Path expected for join!
|
|
1
|
16379
|
July 12, 2018
|