Files
spring-data-cassandra/src
Mark Paluch 847deccccc DATACASS-525 - Throw IncorrectResultSizeDataAccessException for repository query methods returning a single element.
We now throw IncorrectResultSizeDataAccessException if a single entity query yields more result rows. Previously we gracefully returned the first element of the query without hinting whether the result was unique or not.
2018-02-14 14:34:42 +01:00
..