-
Bug
-
Resolution: Done
-
Major
-
7.0.0.CR1
-
Release Notes
-
-
-
-
-
-
Documented as Known Issue
-
Workaround Exists
-
@MapKey is not designed for using Embeddables in maps, so @MapKeyColumn should be used. However when using the following annotation you get a "Repeated Column in Mapping" error:
@ElementCollection
@CollectionTable(name = "TRANSACTIONS_EVENTS",
joinColumns = @JoinColumn(name = "TRANSACTION_ID") )
@MapKeyColumn(name = "type", insertable=false, updateable=false)
@MapKeyEnumerated(EnumType.STRING)
private Map<EventType, TransactionEvent> events = new HashMap<EventType, TransactionEvent>();
- is cloned by
-
JBEAP-4475 [GSS] (7.0.z) HHH-5393: Repeated Column in mapping when using MapKeyColumn
- Verified
- is incorporated by
-
JBEAP-5300 (7.1.0) Upgrade to Hibernate ORM 5.0.10.Final
- Verified
- cloned from
-
HHH-5393 Loading...