Issues
- Fix the javadoc of TableInformation.getIndex(Identifier indexName)HHH-10538Resolved issue: HHH-10538
- SQLServer2008Dialect generate incorrect length of nvarcharHHH-10529Resolved issue: HHH-10529Andrea Boriero
- use_nationalized_character_data global property is ignoredHHH-10528Resolved issue: HHH-10528Steve Ebersole
- Fix Java 6 not compliant testsHHH-10521Resolved issue: HHH-10521Andrea Boriero
- Fix symlink handling for documentation tasksHHH-10512Resolved issue: HHH-10512Steve Ebersole
- Hibernate core test removing usage of Java 8 introduced methodsHHH-10507Resolved issue: HHH-10507Andrea Boriero
- Oracle10gDialect generate nvarchar when using @NationalizedHHH-10495Resolved issue: HHH-10495Andrea Boriero
- Setting to allow delayed access to CDIHHH-10477Resolved issue: HHH-10477Steve Ebersole
- CompositeIdRowValueTest fails on databases that don't support row value constructor syntaxHHH-10475Resolved issue: HHH-10475Former user
- SchemaUpdateFormatterTest.testSetFormat fails on some database due to hardcoded expected result that doesn't count with DB differencesHHH-10474Resolved issue: HHH-10474Former user
- Test NationalizedLobFieldTest.testNationalization fails on some databases that don't support nclob typeHHH-10473Resolved issue: HHH-10473Former user
- Can not export table comment statementHHH-10451Resolved issue: HHH-10451Andrea Boriero
- Comment delimiters not "escaped" within (VAR)CHAR literals within native queriesHHH-10446Resolved issue: HHH-10446Steve Ebersole
- SchemaUpdate and SchemaMigration do not release jdbc connectionHHH-10443Resolved issue: HHH-10443Andrea Boriero
- case/when in criteria always casts resulting object which fails on mysql with booleanHHH-10412Resolved issue: HHH-10412Former user
- Missing table names on foreign key circularity error messageHHH-10401Resolved issue: HHH-10401Andrea Boriero
- OffsetDateTime value changes after fetching the row from the databaseHHH-10372Resolved issue: HHH-10372Andrea Boriero
- Map byte[]/Byte[] to BLOB rather than LONG RAW in OracleHHH-10345Resolved issue: HHH-10345Steve Ebersole
- Creating an entity sub graph on inherited attribute failsHHH-10261Resolved issue: HHH-10261
- EntityGraph and isMember functions generates illegal sqlHHH-9735Resolved issue: HHH-9735
- SQLServer2005Dialect (and above) does not support read past lockingHHH-9635Resolved issue: HHH-9635Andrea Boriero
- Extended Stored procedure support does not work with OracleHHH-9286Resolved issue: HHH-9286Andrea Boriero
- Case Insensitive Equality Criterion NVARCHAR field yields bad SQLHHH-8657Resolved issue: HHH-8657
- String literals in an HQL query can get mangledHHH-7973Resolved issue: HHH-7973Andrea Boriero
- Query.setProperties(Map) silently ignores null values provided in the MapHHH-7705Resolved issue: HHH-7705Andrea Boriero
- The method "merge" from the EntityManager causes a duplicated "insert" of a child entity.HHH-5855Resolved issue: HHH-5855Former user
26 of 26
Fix the javadoc of TableInformation.getIndex(Identifier indexName)
Fixed
Description
Created February 17, 2016 at 2:32 PM
Updated February 17, 2016 at 8:14 PM
Resolved February 17, 2016 at 2:47 PM
Activity
Show:
The javadoc of
TableInformation.getIndex(Identifier indexName)
is wrong (copy/pasto).PR to come.