Files
spring-data-cassandra/spring-data-cassandra
Mark Paluch e5ce4a226f DATACASS-672 - Fix composite key property population when creating the enclosing entity through constructor.
We now properly populate composite key properties when the key object is set through the entity constructor. Previously, key properties where left uninitialized (properties were not populated) when the key object was created in the code path to be injected as entity constructor argument. Key properties were only set in the case where the key also was be constructed with constructor arguments.
2019-07-01 12:30:30 +02:00
..