Issues
- Fixing typos in documentationHHH-11408Resolved issue: HHH-11408Vlad Mihalcea
- JPA + JDBC transaction - when a commit fails rollback is executed twiceHHH-11407Resolved issue: HHH-11407Andrea Boriero
- ManagedSuperclass not enhanced when extending another ManagedSuperclassHHH-11404Resolved issue: HHH-11404Luis Barreiro
- Subquery join rewrite produces wrong SQL in some casesHHH-11401Resolved issue: HHH-11401Christian Beikov
- HHH90000016: Found use of deprecated 'collection property' issue for valid JPQL queryHHH-11400Resolved issue: HHH-11400Steve Ebersole
- ServiceRegistry#getService(...) throws NPE when service initiator returns nullHHH-11395Resolved issue: HHH-11395Andrea Boriero
- Custom WildFly modules include a duplicate dependency on JavassistHHH-11394Resolved issue: HHH-11394Sanne Grinovero
- Hibernate/JPA CriteriaQuery trim function generate wrong SQL for PostgreSQLHHH-11393Resolved issue: HHH-11393Andrea Boriero
- Upgrade Byte Buddy to 1.6.0HHH-11389Resolved issue: HHH-11389
- Fix documentation typos spotted by FabioUenoHHH-11388Resolved issue: HHH-11388Vlad Mihalcea
- Envers Query API: Cannot traverse relation of superclass with table-per-subclass mappingHHH-11383Resolved issue: HHH-11383Chris Cranford
- Upgrade WildFly version used for integration tests to 10.1.0.FinalHHH-11382Resolved issue: HHH-11382Sanne Grinovero
- ReflectHelper#getConstantValue should consider digits as wellHHH-11377Resolved issue: HHH-11377Vlad Mihalcea
- Malformed SQL query sent to SQL Server with left outer join and pessimistic lockHHH-11376Resolved issue: HHH-11376Andrea Boriero
- SINGLE_TABLE associated entity query missing restriction of DiscriminatorColumnHHH-11375Resolved issue: HHH-11375
- Consider making javax.enterprise:cdi-api dependency "provided"HHH-11370Resolved issue: HHH-11370Steve Ebersole
- gradle tasks fail to listHHH-11369Resolved issue: HHH-11369
- Unable to populate an ElementCollection (of an embeddable type) of an audited entity when the collection has a null value for a property with JoinColumnHHH-11364Resolved issue: HHH-11364Chris Cranford
- Hibernate & Paging: BROKEN when a column contains the word "FROM" for SQL ServerHHH-11352Resolved issue: HHH-11352Chris Cranford
- Intermittent failure in testEvictAll/testRemoveAllHHH-11350Resolved issue: HHH-11350Radim Vansa
- Reduce execution time of hibernate-infinispan testsuiteHHH-11344Resolved issue: HHH-11344Radim Vansa
- PutFromLoads in replicated/distributed caches should propagate asynchronouslyHHH-11339Resolved issue: HHH-11339Radim Vansa
- Evict during concurrent update and putFromLoad can result in stale entry in 2LCHHH-11323Resolved issue: HHH-11323Radim Vansa
- Cannot install Hibernate feature into Karaf 4.0.7HHH-11309Resolved issue: HHH-11309Gunnar Morling
- Enhancer dirty tracking doesn't work with inherited entitiesHHH-11284Resolved issue: HHH-11284Luis Barreiro
- Unable to enhance property from MappedSuperclass: class is frozenHHH-11242Resolved issue: HHH-11242Luis Barreiro
- JPA hbm2ddl auto-generation creates ddl with invalid syntax for Unique Key with any MySQLDialectHHH-11236Resolved issue: HHH-11236Andrea Boriero
- IllegalAccessException on Embeddable ID after serializing Getter in cache keyHHH-11202Resolved issue: HHH-11202Former user
- Bytecode enhanced lazy collection won't load from cacheHHH-11173Resolved issue: HHH-11173Luis Barreiro
- Entity class not enhanced when entity superclass enhanced beforeHHH-11156Resolved issue: HHH-11156Luis Barreiro
- StringIndexOutOfBoundsException in BooleanTypeDescriptorHHH-11134Resolved issue: HHH-11134Chris Cranford
- Could not find matching type descriptor for requested Java class [...]; using fallbackHHH-10858Resolved issue: HHH-10858Steve Ebersole
- Join on treated root not rendered in HQLHHH-10561Resolved issue: HHH-10561
- Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9HHH-10183Resolved issue: HHH-10183Vlad Mihalcea
- Audit table creation fails for ElementCollection Map with CLOB/NCLOB element columnHHH-9834Resolved issue: HHH-9834Chris Cranford
- NullPointerException thrown from MessageHelperHHH-9729Resolved issue: HHH-9729
- Envers with Embeddable having a collection of other entities results in PropertyAccessException: IllegalArgumentExceptionHHH-9108Resolved issue: HHH-9108Chris Cranford
- support auditing revised properties on detatched objectsHHH-8973Resolved issue: HHH-8973Chris Cranford
- Field named "id" (but not an @Id) in a class referenced via join table leads to "Column 'col_1_1_' not found" when retrieving old versionsHHH-4712Resolved issue: HHH-4712Chris Cranford
39 of 39
Fixing typos in documentation
Fixed
Description
Details
Assignee
Vlad MihalceaVlad MihalceaReporter
Vlad MihalceaVlad MihalceaComponents
Fix versions
Priority
Major
Details
Details
Assignee
Vlad Mihalcea
Vlad MihalceaReporter
Vlad Mihalcea
Vlad MihalceaComponents
Fix versions
Priority
Created January 19, 2017 at 9:20 AM
Updated January 19, 2017 at 1:57 PM
Resolved January 19, 2017 at 9:28 AM
Activity
Show:
Vlad MihalceaJanuary 19, 2017 at 9:28 AM
Applied Pull Request upstream.
Fixing typos in documentation provided by this Pull Request.