Hibernate spring.jpa.mapping-resources=hibernate.cfg.xml not read after Spring-Boot 2.1.0
|
|
7
|
3074
|
August 15, 2020
|
Date Usage with Hibernate Search
|
|
4
|
3881
|
February 22, 2019
|
Migration Hibernate 6: SemanticException: Operand of 'like' is of type 'java.lang.Object' which is not a string
|
|
3
|
4331
|
January 22, 2024
|
org.hibernate.HibernateException: OGM000080: Could not load an entity batch
|
|
5
|
3532
|
January 28, 2019
|
Hibernate Tools and SQL Server integrated Security
|
|
2
|
4986
|
April 22, 2020
|
Hibernate/jpa giving “flush during cascade is dangerous”
|
|
6
|
3261
|
October 4, 2021
|
Connection using hibernate.cfg.xml fails on remote server environment (not on local)
|
|
7
|
3035
|
May 9, 2018
|
Do NOT populate @UpdateTimestamp field when entity gets created
|
|
2
|
4945
|
May 2, 2019
|
Migration to SpringBoot 3: trunc a date with oracle driver no longer works (hibernate)
|
|
4
|
3818
|
April 13, 2023
|
Tomcat JDBC Connection Pool and "java.sql.SQLException: Connection has already been closed"
|
|
2
|
4915
|
June 13, 2023
|
Hibernate throws "ERROR: syntax error at or near". How to escape a column name?
|
|
1
|
6010
|
August 31, 2018
|
Q Operand of - is of type 'java.lang.Object' X which is not a numeric type (it is not an instance of 'java.lang.Number', 'java.time. Temporal', or
|
|
6
|
1805
|
April 2, 2024
|
Hibernate throws "Column is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause" - SQL Server
|
|
1
|
5989
|
November 23, 2018
|
Using @DynamicUpdate and @OptimisticLockType.DIRTY for Optimistic Locks
|
|
1
|
5985
|
January 16, 2018
|
When using a @GroupSequenceProvider, why is it called 3 times? And why the first time with a null validation instance?
|
|
5
|
3454
|
August 3, 2018
|
How to fix org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory in hibernate 6
|
|
8
|
1583
|
August 2, 2023
|
OracleDialect: Changes in Number Type Mappings in Version 6
|
|
5
|
3436
|
May 22, 2023
|
Behavior when hibernate.connection.autocommit set to false
|
|
1
|
5938
|
October 29, 2018
|
Why does Hibernate 6 automatically escape backslashes when rendering LIKE predicates?
|
|
4
|
3745
|
March 23, 2023
|
GroupSequence combined with Valid does't work in all cases
|
|
3
|
4185
|
May 28, 2018
|
org.hibernate.MappingException: property [id.companyId] not found on entity
|
|
6
|
3153
|
May 19, 2021
|
Out of Memory Exception on creating initial Indexing with Mass Indexer
|
|
5
|
3400
|
February 22, 2019
|
Why does Hibernate Criteria generate a JOIN clause when using FetchType.EAGER
|
|
3
|
4161
|
December 24, 2018
|
Null Pointer Exception when using Hibernate 5.4 and Enumerations in Named Query
|
|
8
|
2758
|
February 16, 2021
|
Best practice to migrate DetachedCriteria to JPA Criteria API
|
|
1
|
5847
|
October 6, 2022
|
Hibernate Criteria API throws NullPointerException from SearchedCaseExpression when building a CASE expression
|
|
1
|
5833
|
December 19, 2018
|
How to add a one-to-many association based on two columns where one has a FIXED VALUE
|
|
2
|
4743
|
January 30, 2019
|
Reveng: default columns and insertable=false
|
|
7
|
2903
|
May 15, 2018
|
Hibernate uuid2 uses lowercase String while SQL Server uniqueidentifier expects an uppercase String
|
|
2
|
4739
|
June 19, 2024
|
Hibernate @ColumnTransformer
|
|
3
|
4100
|
March 15, 2018
|
Error creating session factory
|
|
3
|
4095
|
July 3, 2019
|
Write not equal Restriction with Hibernate Criteria if the particular column is not null
|
|
6
|
3089
|
May 4, 2018
|
How to save a weak entity?
|
|
2
|
4713
|
June 10, 2022
|
Hibernate + MySql and 'Duplicate entry' on insert followed by update or on multiple updates
|
|
2
|
4705
|
June 11, 2020
|
Unable to add new Column and unable to add Foreign Key Constrains
|
|
4
|
3628
|
May 30, 2020
|
An efficient way to initialize a list of Hibernate proxies linked to different objects
|
|
2
|
4675
|
June 7, 2018
|
Hibernate @OneToMany removing from Set doesn't trigger constraint validation on update of parent entity
|
|
7
|
2855
|
November 2, 2022
|
How to use json datatype in Hibernate using SqlServer
|
|
3
|
4018
|
October 15, 2019
|
Problem with creating table with spring hibernate and MySQL
|
|
2
|
4626
|
July 18, 2020
|
Lazy loading outside of transaction
|
|
4
|
3568
|
May 11, 2018
|
UnknownEntityTypeException: Unable to locate persister after Migration to 5.2
|
|
1
|
5638
|
July 2, 2018
|
"Missing constructor" error when using multiselect
|
|
8
|
2647
|
October 10, 2022
|
Executing a native query via the entityManager always does a flush()
|
|
3
|
3963
|
November 14, 2018
|
Hibernate 6 Wrong query generated with @DiscriminatorValue
|
|
4
|
1992
|
January 4, 2023
|
Join fetch multiple entities fails - query specified join fetching, but the owner of the fetched association was not present in the select list
|
|
3
|
3958
|
May 18, 2021
|
Not an '@Entity' type error?
|
|
3
|
3908
|
March 4, 2024
|
Subselect error with Postgres
|
|
5
|
3185
|
May 17, 2018
|
org.hibernate.MappingException: Unknown entity: package.ClassName
|
|
0
|
7800
|
December 9, 2019
|
StaleObjectStateException 1 transaction 1 create and 1 update on the same entity
|
|
5
|
3177
|
January 14, 2019
|
After disabling Ehcache, it still appears enabled and I get an exception from buildSessionFactory
|
|
2
|
4492
|
August 17, 2018
|