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
|
5939
|
November 23, 2018
|
Do NOT populate @UpdateTimestamp field when entity gets created
|
|
2
|
4827
|
May 2, 2019
|
Hibernate 6 issues with table name
|
|
2
|
4826
|
June 7, 2023
|
Performance issue with bulk inserts
|
|
8
|
2770
|
January 25, 2024
|
GroupSequence combined with Valid does't work in all cases
|
|
3
|
4149
|
May 28, 2018
|
Out of Memory Exception on creating initial Indexing with Mass Indexer
|
|
5
|
3387
|
February 22, 2019
|
Behavior when hibernate.connection.autocommit set to false
|
|
1
|
5841
|
October 29, 2018
|
org.hibernate.MappingException: property [id.companyId] not found on entity
|
|
6
|
3115
|
May 19, 2021
|
Migration Hibernate 6: SemanticException: Operand of 'like' is of type 'java.lang.Object' which is not a string
|
|
3
|
4118
|
January 22, 2024
|
Why does Hibernate Criteria generate a JOIN clause when using FetchType.EAGER
|
|
3
|
4113
|
December 24, 2018
|
Hibernate Criteria API throws NullPointerException from SearchedCaseExpression when building a CASE expression
|
|
1
|
5810
|
December 19, 2018
|
How to use JSON mapping with text column
|
|
3
|
4101
|
April 18, 2024
|
How to add a one-to-many association based on two columns where one has a FIXED VALUE
|
|
2
|
4708
|
January 30, 2019
|
Null Pointer Exception when using Hibernate 5.4 and Enumerations in Named Query
|
|
8
|
2718
|
February 16, 2021
|
How to save a weak entity?
|
|
2
|
4704
|
June 10, 2022
|
Hibernate uuid2 uses lowercase String while SQL Server uniqueidentifier expects an uppercase String
|
|
2
|
4704
|
June 19, 2024
|
Error creating session factory
|
|
3
|
4067
|
July 3, 2019
|
Hibernate @ColumnTransformer
|
|
3
|
4055
|
March 15, 2018
|
How to fix org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory in hibernate 6
|
|
8
|
1513
|
August 2, 2023
|
Write not equal Restriction with Hibernate Criteria if the particular column is not null
|
|
6
|
3049
|
May 4, 2018
|
Migration to SpringBoot 3: trunc a date with oracle driver no longer works (hibernate)
|
|
4
|
3604
|
April 13, 2023
|
Unable to add new Column and unable to add Foreign Key Constrains
|
|
4
|
3604
|
May 30, 2020
|
Tomcat JDBC Connection Pool and "java.sql.SQLException: Connection has already been closed"
|
|
2
|
4648
|
June 13, 2023
|
Hibernate + MySql and 'Duplicate entry' on insert followed by update or on multiple updates
|
|
2
|
4647
|
June 11, 2020
|
Reveng: default columns and insertable=false
|
|
7
|
2845
|
May 15, 2018
|
An efficient way to initialize a list of Hibernate proxies linked to different objects
|
|
2
|
4634
|
June 7, 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
|
1700
|
April 2, 2024
|
Why does Hibernate 6 automatically escape backslashes when rendering LIKE predicates?
|
|
4
|
3576
|
March 23, 2023
|
Hibernate @OneToMany removing from Set doesn't trigger constraint validation on update of parent entity
|
|
7
|
2823
|
November 2, 2022
|
How to use json datatype in Hibernate using SqlServer
|
|
3
|
3986
|
October 15, 2019
|
UnknownEntityTypeException: Unable to locate persister after Migration to 5.2
|
|
1
|
5618
|
July 2, 2018
|
Problem with creating table with spring hibernate and MySQL
|
|
2
|
4583
|
July 18, 2020
|
Best practice to migrate DetachedCriteria to JPA Criteria API
|
|
1
|
5584
|
October 6, 2022
|
Lazy loading outside of transaction
|
|
4
|
3509
|
May 11, 2018
|
Subselect error with Postgres
|
|
5
|
3174
|
May 17, 2018
|
OracleDialect: Changes in Number Type Mappings in Version 6
|
|
5
|
3167
|
May 22, 2023
|
After disabling Ehcache, it still appears enabled and I get an exception from buildSessionFactory
|
|
2
|
4464
|
August 17, 2018
|
Executing a native query via the entityManager always does a flush()
|
|
3
|
3865
|
November 14, 2018
|
org.hibernate.MappingException: Unknown entity: package.ClassName
|
|
0
|
7726
|
December 9, 2019
|
org.hibernate.ejb.HibernatePersistence has interface org.hibernate.ejb.AvailableSettings
|
|
1
|
5447
|
May 24, 2018
|
Join fetch multiple entities fails - query specified join fetching, but the owner of the fetched association was not present in the select list
|
|
3
|
3848
|
May 18, 2021
|
Hibernate 6 Wrong query generated with @DiscriminatorValue
|
|
4
|
1932
|
January 4, 2023
|
Hibernate Envers - default_catalog not working
|
|
7
|
2716
|
May 6, 2019
|
Cascading options for updating parent-child entity
|
|
0
|
7655
|
March 12, 2020
|
Hibernate in Weblogic has a conflicting antlr version. What to do?
|
|
6
|
2891
|
February 7, 2018
|
Dynamic mapping
|
|
8
|
2538
|
May 12, 2018
|
Is it a problem to access a Hibernate entity getter in a for loop?
|
|
3
|
3802
|
January 23, 2018
|
Hibernate @Filter can only filter table fields. What should I use to filter on entity properties, and not table columns?
|
|
1
|
953
|
February 27, 2019
|
Unidirectional vs bidirectional ManyToOne
|
|
2
|
4374
|
June 21, 2018
|
MappingException: Repeated column in mapping for collection ManyToMany
|
|
1
|
5352
|
January 18, 2018
|