Batch with INSERT VALUES when using Hibernate
|
|
7
|
12257
|
January 26, 2018
|
Hibernate issuing individual insert statements, even though batch insert is enabled
|
|
4
|
15453
|
June 3, 2020
|
How to clone an entity with JPA and Hibernate
|
|
2
|
19748
|
August 7, 2018
|
deleteById not actually deleting, while custom @Modifying @Query does
|
|
4
|
15057
|
December 11, 2020
|
Unexpected getResultStream() behavior - onClose not called
|
|
7
|
2030
|
March 17, 2021
|
Hibernate Envers ValidityAuditStrategy throws a "Cannot update previous revision for entity" exception
|
|
5
|
13155
|
June 12, 2021
|
Missing SqlExceptionHelper for WARN: HHH000342: Could not obtain connection to query metadata
|
|
5
|
13140
|
June 27, 2024
|
Override property field names in error messages
|
|
6
|
12074
|
May 16, 2018
|
How to fetch a @Transient property from the database using JPA and Hibernate?
|
|
1
|
22502
|
August 7, 2018
|
Hibernate criteria count over with group by
|
|
6
|
12005
|
September 16, 2018
|
Cannot persist a new record due to IDENTITY_INSERT is set to OFF
|
|
4
|
13965
|
March 23, 2023
|
How to do an UPSERT with Hibernate and MySQL and avoid throwing "Duplicate entry for key" issues
|
|
3
|
15495
|
February 24, 2019
|
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
|
10215
|
December 14, 2023
|
Map one object to another object without using foreign key
|
|
5
|
12424
|
November 5, 2018
|
Hibernate Converter and retrieve attribute name inside Converter
|
|
8
|
5641
|
February 14, 2018
|
HQL Hibernate INNER JOIN SUBQuery
|
|
4
|
13132
|
August 7, 2018
|
Deprecation of @GenericGenerator in Hibernate 6.5
|
|
5
|
11986
|
May 17, 2024
|
About the sequence When Insert Batch
|
|
8
|
9705
|
January 26, 2019
|
Hibernate orm 5.3.5 : javax.persistence.spi::No valid providers found
|
|
3
|
14264
|
February 1, 2020
|
What is the order of properties when calling getDirtyProperties from PostUpdateEvent
|
|
1
|
3563
|
June 27, 2018
|
Why does Hibernate generate a SELECT when calling saveOrFlush on a Spring Data Repository
|
|
6
|
10598
|
February 1, 2021
|
Could not set field value [410] value by reflection
|
|
5
|
11280
|
October 18, 2018
|
CREATE TABLE in JPA and INSERT INTO that table in JPA without Entity
|
|
2
|
15917
|
March 8, 2018
|
createQuery deprecated means we're phasing out HQL?
|
|
1
|
6100
|
October 6, 2022
|
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
|
9636
|
April 11, 2018
|
How to switch database dynamically at runtime
|
|
5
|
11119
|
November 15, 2018
|
Using a SQL Server sequence with Hibernate
|
|
4
|
11965
|
July 18, 2024
|
QueryException: could not resolve property:
|
|
1
|
18565
|
September 17, 2020
|
Using Hibernate with Ehcache and Jcache
|
|
6
|
9921
|
December 27, 2018
|
JDBC Query vs JPA Query Performance
|
|
2
|
8220
|
May 24, 2020
|
How to get the column name for an entity attribute using Hibernate
|
|
2
|
14614
|
December 11, 2018
|
Hibernate N+1 query issue when fetching @OneToOne associations with JPA Criteria and @LazyToOne
|
|
6
|
9566
|
February 4, 2020
|
Can no longer use @MappedSuperclass and @Inheritance annotations in Hibernate 5.4
|
|
4
|
11236
|
January 15, 2019
|
Delay loading due to ASTQueryTranslatorFactory
|
|
4
|
11204
|
March 30, 2020
|
Cannot insert null into table.column ORA-01400
|
|
7
|
8805
|
December 15, 2018
|
Weblogic has old version of Bean Validator
|
|
4
|
6214
|
June 16, 2021
|
WARN 1662 javax.persistence.spi::No valid providers found
|
|
4
|
6203
|
March 17, 2023
|
Native query Update not doing any changes to the database
|
|
4
|
10841
|
May 22, 2018
|
Error viewing tables of database with hibernate tools
|
|
8
|
7926
|
January 31, 2020
|
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
|
3047
|
February 16, 2024
|
Hibernate PostgreSQL JSONB issue: No Dialect mapping for JDBC type: 1111
|
|
5
|
9606
|
April 5, 2020
|
org.hibernate.hql.internal.ast.QuerySyntaxException: Path expected for join!
|
|
1
|
16308
|
July 12, 2018
|
How to use Hibernate's @Filter annotation in an @EmbeddedId property?
|
|
8
|
7605
|
February 6, 2019
|
JPA error - "not mapped to a single property"
|
|
3
|
11403
|
September 12, 2018
|
Is it possible to replace Hibernate @ForeignKey annotations on a CLASS with a JPA-style ForeignKey annotation?
|
|
5
|
5218
|
January 19, 2021
|
How to create Index
|
|
8
|
7484
|
February 11, 2019
|
Could not resolve root entity 'MyEntity'
|
|
7
|
7794
|
January 22, 2025
|
Hibernate-configuration-3.0.dtd not found
|
|
2
|
2255
|
July 22, 2022
|
Hibernate and multithreading
|
|
3
|
10948
|
February 27, 2018
|
Upsert failing by throwing message Duplicate entry for key 'PRIMARY'
|
|
7
|
7736
|
September 29, 2022
|