Issues
- "query specified join fetching, but the owner of the fetched association was not present in the select list" with @ElementCollectionHHH-11140Resolved issue: HHH-11140
- Reduce memory consumption caused by Method.getParameterTypes()HHH-11136Resolved issue: HHH-11136Former user
- Audit tables storing incorrect discriminator value when using JOINED entity inheritance.HHH-11133Resolved issue: HHH-11133Chris Cranford
- Add a Performance Tuning and Best Practices chapterHHH-11132Resolved issue: HHH-11132Vlad Mihalcea
- OrderedSequenceGenerator no longer serves any purposeHHH-11131Resolved issue: HHH-11131Chris Cranford
- Wrong NativeQueryImpl.setZeroBasedParametersIndex when Session#createSQLQuery is executed after EM#createNativeQueryHHH-11121Resolved issue: HHH-11121Andrea Boriero
- SessionFactoryOptionsImpl#releaseResourcesOnCloseEnabled never initializedHHH-11120Resolved issue: HHH-11120
- Improve performance of StringHelper.qualify() and StringHelper.unqualify()HHH-11119Resolved issue: HHH-11119Christoph Dreis
- Improve the JPA bootstrapping section in the User GuideHHH-11116Resolved issue: HHH-11116Vlad Mihalcea
- Add test to prove that @Basic( fetch = FetchType.LAZY ) really works as expectedHHH-11108Resolved issue: HHH-11108Vlad Mihalcea
- Missing unique constraint for many-to-many with unique=true in list mappingHHH-11101Resolved issue: HHH-11101Andrea Boriero
- Closing EntityManager with an active transaction causes JTA connection leakHHH-11099Resolved issue: HHH-11099Andrea Boriero
- Performance problem if cached entity has attribute state with an expensive toString() method (LOB, etc)HHH-11097Resolved issue: HHH-11097Steve Ebersole
- NamedNativeQueries ordinal parameters are zero basedHHH-11092Resolved issue: HHH-11092Andrea Boriero
- SQLServer2005LimitHandler applies TOP(?) to subselectHHH-11084Resolved issue: HHH-11084Chris Cranford
- Log the failing SQL when the batched execution throws a RuntimeException (e.g. StaleStateException)HHH-11082Resolved issue: HHH-11082Vlad Mihalcea
- JPA join with treat causes QuerySyntaxException: Invalid pathHHH-11081Resolved issue: HHH-11081Andrea Boriero
- Add method setTimeout for DetachedCriteriaHHH-11074Resolved issue: HHH-11074Vlad Mihalcea
- Casting to boolean in query fails on MySQLHHH-11073Resolved issue: HHH-11073Former user
- Skip CriteriaLiteralInSelectExpressionTest#testStringLiteral2 for Oracle, DB2, SQL Server, and Sybase dialectsHHH-11072Resolved issue: HHH-11072Former user
- Add the full Hibernate ORM version to the User Guide titleHHH-11070Resolved issue: HHH-11070Vlad Mihalcea
- Improve documentation regarding GenerationType.AUTOHHH-11069Resolved issue: HHH-11069Vlad Mihalcea
- Proxy-wrapped Sessions (ThreadLocalSessionContext.TransactionProtectionWrapper) handle equals incorrectlyHHH-11067Resolved issue: HHH-11067Steve Ebersole
- Auditing tables are not filled correctly when using a custom hashCode method that does not use the entity id.HHH-11063Resolved issue: HHH-11063Chris Cranford
- Attempt to resolve foreign key metadata from JDBC metadata failed to find column mappings for foreign when keywords auto quoting is enabledHHH-11061Resolved issue: HHH-11061Andrea Boriero
- Improve documentation for JTA configuration in user guide and 5.0 migration guideHHH-11059Resolved issue: HHH-11059Former user
- NPE in SchemaValidator with DdlTransactionIsolatorJtaImplHHH-11058Resolved issue: HHH-11058Steve Ebersole
- Envers audits unchanged objects for a certain use caseHHH-11056Resolved issue: HHH-11056Chris Cranford
- Cache EventListenerRegistry and StatisticsImplementorHHH-11051Resolved issue: HHH-11051John O'Hara
- Invalid statement generated for @MapKeyColumn(updatable=false) for @OneToManyHHH-11038Resolved issue: HHH-11038Former user
- Subclass embeddable sub-properties ignored if superclass has property with same nameHHH-11037Resolved issue: HHH-11037Andrea Boriero
- The drop schema filtering of sequence generation with schemaFilter is wrongHHH-11036Resolved issue: HHH-11036Andrea Boriero
- NativeQueryImpl::doScroll seems to be broken when used with setParameterList (affects scroll and stream)HHH-11033Resolved issue: HHH-11033Andrea Boriero
- InformationExtractorJdbcDatabaseMetaDataImpl getTable method wrong default namespace lookupHHH-11030Resolved issue: HHH-11030Andrea Boriero
- Document the PASS_DISTINCT_THROUGH Query HintHHH-11027Resolved issue: HHH-11027Vlad Mihalcea
- Startup performance regression : schema update/validateHHH-11023Resolved issue: HHH-11023Andrea Boriero
- The distributed modules for WildFly are missing Hibernate Envers test case support.HHH-11007Resolved issue: HHH-11007Chris Cranford
- OneToMany generated incorrect SQL where MapKey is on superclass and using InheritanceType.JOINEDHHH-11005Resolved issue: HHH-11005
- Array types as @ElementCollection values not handledHHH-11004Resolved issue: HHH-11004Vlad Mihalcea
- NullPointerException when using join with subselect in hbm mappingHHH-10998Resolved issue: HHH-10998Andrea Boriero
- Support private persistent attributes in @MappedSuperclasHHH-10981Resolved issue: HHH-10981Luis Barreiro
- Hibernate throws SQLGrammarException: Error accessing table metadata when @Table is used with schema value and no catalogHHH-10978Resolved issue: HHH-10978Chris Cranford
- Use UTF-8 charset for reading files for initializing the database (javax.persistence.sql-load-script-source scripts)HHH-10972Resolved issue: HHH-10972Vlad Mihalcea
- Allow AttributeConverter on attributes marked as Lob (REALLY this time)HHH-10818Resolved issue: HHH-10818Steve Ebersole
- MySQL fails using the NCLOB typeHHH-10695Resolved issue: HHH-10695Andrea Boriero
- PostgreSQL should not use nvarchar when using NationalizationHHH-10693Resolved issue: HHH-10693Andrea Boriero
- Natural Id 2nd level Cache not working when Identity is database generatedHHH-10659Resolved issue: HHH-10659Vlad Mihalcea
- Spatial not bundled in release bundlesHHH-10629Resolved issue: HHH-10629Steve Ebersole
- 2.3.20. SQL quoted identifiers in User Guide should discuss explicit enclosure in double-quotes (JPA)HHH-10523Resolved issue: HHH-10523Vlad Mihalcea
- Selecting a joined element collection produces wrong SQLHHH-10508Resolved issue: HHH-10508Christian Beikov
50 of 62
"query specified join fetching, but the owner of the fetched association was not present in the select list" with @ElementCollection
Fixed
Description
Attachments
2
relates to
Details
Assignee
UnassignedUnassignedReporter
Former userFormer user(Deactivated)Components
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Former user
Former user(Deactivated)Components
Fix versions
Affects versions
Priority
Created July 8, 2013 at 8:31 AM
Updated July 23, 2020 at 10:22 AM
Resolved September 29, 2016 at 6:01 PM
Activity
Show:
Steve EbersoleSeptember 29, 2016 at 1:53 PM
Your tests seem to use Hibernate ORM, so it would in fact seem you just picked the wrong project - moved.
Steve EbersoleSeptember 29, 2016 at 1:49 PM
@Former user This Jira project is used for very special query parser that is only used outside of Hibernate ORM. Did you mean to report this problem as occurring when using Hibernate ORM?
Christian BeikovSeptember 29, 2016 at 10:27 AM
I don't know if this should be transitioned to be a Hibernate core issue but this still affects Hibernate 5.2.2.
the following QueryException occours if we execute the JPQL: SELECT b FROM A a INNER JOIN a.bs b INNER JOIN FETCH b.someOtherLongs. Without the INNER JOIN FETCH b.someOtherLongs it works fine. The attribute someOtherLongs is a @ElementCollection
TestCases are attached