Issues
- Map of @Embeddables has values loaded only when != nullHHH-11723Resolved issue: HHH-11723Andrea Boriero
- Underscore in table name can result in SchemaExtractionException: More than one table foundHHH-10718Resolved issue: HHH-10718Andrea Boriero
- Specifying schema in orm mapping file causes AssertionFailure (table not found) in JoinedSubclassEntityPersisterHHH-10490Resolved issue: HHH-10490Andrea Boriero
- SpatialDialectFactory overwrites custom DialectHHH-10486Resolved issue: HHH-10486Karel Maesen
- Support Universal Connection Pool (ucp) a Java Connection Pool configuratoinHHH-10481Resolved issue: HHH-10481
- Provide SessionFactory to UserTypesHHH-10467
- @Version with inheritance in java8 does not workHHH-10434Resolved issue: HHH-10434Former user
- Co-linear points are causing an exceptionHHH-10410Resolved issue: HHH-10410Karel Maesen
- In a @OneToMany association the @JoinColumn foreignKey is not taken into consideration when generating the association database schemaHHH-10385Resolved issue: HHH-10385Andrea Boriero
- IN parameter is not enclosed in parenthesesHHH-10383Resolved issue: HHH-10383Former user
- Illegal SQL is generated to resolve a join with an Entity using @InheritanceHHH-10380Resolved issue: HHH-10380
- Avoid using the wrap syntax in karaf featureHHH-10377Resolved issue: HHH-10377Brett Meyer
- adding an entity at index to list with @OrderColumn in detached EntityHHH-10375Resolved issue: HHH-10375Andrea Boriero
- Sequence generator for idbag ignores generator parametersHHH-10373Resolved issue: HHH-10373Andrea Boriero
- OffsetDateTime value changes after fetching the row from the databaseHHH-10372Resolved issue: HHH-10372Andrea Boriero
- LocalDate value changes after fetching the row from the databaseHHH-10371Resolved issue: HHH-10371Andrea Boriero
- Add support for @Immutable in the bytecode enhancerHHH-10370Luis Barreiro
- Improve performance and reduce CPU load when fetching reference cached objectsHHH-10366Resolved issue: HHH-10366Ståle W. Pedersen
- Karaf feature hibernate-envers fails to create EntityManagerFactoryHHH-10365Resolved issue: HHH-10365Brett Meyer
- HSQL does not support Nationalized annotationHHH-10364Resolved issue: HHH-10364Andrea Boriero
- Missing dependency for tutorial test executionHHH-10362Resolved issue: HHH-10362
- Child module osgi does not exist in hibernate-tutorialsHHH-10361Resolved issue: HHH-10361Vlad Mihalcea
- Natural ID columns are nullable by default (hbm mappings only)HHH-10360Resolved issue: HHH-10360Former user
- Change default values in bytecode enhance build-time pluginsHHH-10359Resolved issue: HHH-10359Luis Barreiro
- EntityLoader is contended when calling AbstractLoadPlanBasedLoader.wrapResultSetIfEnabledHHH-10358Resolved issue: HHH-10358Ståle W. Pedersen
- Make runtime bytecode enhancement configurableHHH-10356Resolved issue: HHH-10356Luis Barreiro
- Rename 'field access' bytecode enhancementHHH-10354Resolved issue: HHH-10354Luis Barreiro
- Interceptor afterTransactionBegin() is not firedHHH-10353Resolved issue: HHH-10353Steve Ebersole
- PersistenceUtilHelper should call getDeclaredField/Method inside of privileged blockHHH-10349Resolved issue: HHH-10349Former user
- @Embbeded fields updated in @PreUpdate not included in update when dynamicUpdate=trueHHH-9754
- the join generated are wrongly orderingHHH-9517Resolved issue: HHH-9517
- Regression of Criteria Query Treat for multi-tier type hierarchyHHH-9411Resolved issue: HHH-9411
- Criteria: class is bound to integer instead to varcharHHH-9008Resolved issue: HHH-9008
- Unexpected behavior with composite keys and many-to-many associationsHHH-8886Resolved issue: HHH-8886
- with-clause stopped workingHHH-2772Resolved issue: HHH-2772
35 of 35
Hello,
here's my setup:
where
LocalizedValue
is:I create one
Product
assign two values for it's description (first entry is <Locale.ENGLISH, null> and the second is <Locale.GERMAN, "test">). Then I select the product from the database, and inspect thedescription
map - the result is it only has 1 element in the map - <Locale.GERMAN, "test"> one.I will create a test project soon.