Issues
- Session.createQuery() doesn't accept JpaCriteriaInsertSelectHHH-15316Resolved issue: HHH-15316Steve Ebersole
- Unnecessary memory usage detected in SqlStatementLogger.logSlowQuery()HHH-15300Resolved issue: HHH-15300Steve Ebersole
- Invalid Automatic-Module-Name org.hibernate.orm.community-dialectsHHH-15297Resolved issue: HHH-15297Andrea Boriero
- Type issues in CockroachDB dialectHHH-15294Resolved issue: HHH-15294Karel Maesen
- CockroachDB BYTES type does not have a length specificationHHH-15293Resolved issue: HHH-15293Karel Maesen
- escape special html chars in JavaDocHHH-15292Resolved issue: HHH-15292Nathan Xu
- ClassCastException Regression in CriteriaBuilderHHH-15291Resolved issue: HHH-15291Christian Beikov
- Switch to SMALLINT as recommended type for enumsHHH-15288Resolved issue: HHH-15288Christian Beikov
- Query with a Composite Identifier (@IdClass) throws an exceptionHHH-15286Resolved issue: HHH-15286Andrea Boriero
- Calling getJavaType() of @ElementCollection with basic types returns wrong typeHHH-15285Resolved issue: HHH-15285Andrea Boriero
- NullPointerException from EntityManager.createNamedNativeQuery(…)HHH-15283Resolved issue: HHH-15283Nathan Xu
- INSERTs/UPDATEs no longer executed as JDBC Batch statements if hibernate.temp.use_jdbc_metadata_defaults is set to falseHHH-15281Resolved issue: HHH-15281Andrea Boriero
- NPE with Id on OneToOne referencing entity with multi-level EmbeddedIdHHH-15279Resolved issue: HHH-15279Andrea Boriero
- NPE when NULL is used in a query projectionHHH-15278Resolved issue: HHH-15278Andrea Boriero
- Introduce ConverterRegistration annotationHHH-15276Resolved issue: HHH-15276Steve Ebersole
- Small optimisation for how LazyAttributeLoadingInterceptor is dealing with lazy fieldsHHH-15274Resolved issue: HHH-15274Sanne Grinovero
- Inconsistent precedence of orm.xml implicit catalog over "default_catalog" in XML-mapped entitiesHHH-15270Resolved issue: HHH-15270Yoann Rodière
- Update NativeQuery unable to use h-schema placeholder, just emits placeholder contents into SQLHHH-15269Resolved issue: HHH-15269Andrea Boriero
- Some cache objects aren't implement Serializable interfaceHHH-15267Resolved issue: HHH-15267Christian Beikov
- NullPointerException onHHH-15266Resolved issue: HHH-15266Christian Beikov
- SchemaExport.execute does not add the configured schema to commentsHHH-15265Resolved issue: HHH-15265Yoann Rodière
- @NamedQuery is not supported with UPDATE statementHHH-15263Resolved issue: HHH-15263Nathan Xu
- Criteria query is unable to determine TableReference when combining subquery with joinHHH-15260Resolved issue: HHH-15260Andrea Boriero
- Explicitly add JavaDoc to make @deprecated hint visible in EclipseHHH-15259Resolved issue: HHH-15259Sven Strickroth
- Orphan removal for OneToMany relations is broken when used with GenerationType.IDENTITYHHH-15258Resolved issue: HHH-15258Andrea Boriero
- Query NPE when using ":param IS NULL" with a Left JoinHHH-15256Resolved issue: HHH-15256Andrea Boriero
- Fix org.hibernate.orm.test.batch.BatchTestHHH-15255Resolved issue: HHH-15255Nathan Xu
- Unified mapping XSD based on JPA 3.1HHH-15251Resolved issue: HHH-15251Steve Ebersole
- @OneToOne does not support @EmbeddedIdHHH-15153Resolved issue: HHH-15153Nathan Xu
- Update a bytecode enhanced Entity with a Version attribute causes OptimisticLockExceptionHHH-15134Resolved issue: HHH-15134Francesco Marino
- @CreationTimestamp and @UpdateTimestamp documentation have an incomplete list of supported field typesHHH-15010Resolved issue: HHH-15010Nathan Xu
- Drop IdentifierGeneratorFactory as a ServiceHHH-14959Resolved issue: HHH-14959Steve Ebersole
- Better support for JUnit 5 on-failure handlingHHH-14614Resolved issue: HHH-14614Steve Ebersole
- Arrays datatype support via java.sql.ArrayHHH-10999Resolved issue: HHH-10999Christian Beikov
- Support for subselect (subquery) in from clauseHHH-3356Resolved issue: HHH-3356Christian Beikov
35 of 35
Session.createQuery() doesn't accept JpaCriteriaInsertSelect
Fixed
Description
Created June 3, 2022 at 2:08 PM
Updated July 4, 2022 at 8:23 AM
Resolved July 4, 2022 at 8:23 AM
Activity
Show:
The Session interface doesn't provide any createQuery method that accepts a parameter of JpaCriteriaInsertSelect. Due to that, it’s not possible to create a Query for a JpaCriteriaInsertSelect and to execute it.