1
0
mirror of synced 2026-08-03 16:56:56 +00:00

Merge branch '6.4.x'

This commit is contained in:
Josh Cummings
2025-02-24 12:54:21 -07:00
@@ -697,7 +697,7 @@ Kotlin::
----
@Component
open class BankService {
@PreFilter("filterObject.owner == authentication.name")
@PostFilter("filterObject.owner == authentication.name")
fun readAccounts(vararg ids: String): Collection<Account> {
// ... the return value will be filtered to only contain the accounts owned by the logged-in user
return accounts