strolch/agent/src/main
Robert von Burg ce22f180af
[New] Added new SearchExpressions.paramOnBagType()
This allows to search to have a search, where multiple bags of the same type having a parameter with a given ID, yet different values is searched using the .isIn().

For example:

    paramOnBagType("Owner", "name").isIn("Felix", "Jill")

This allows for one less where clause with lambdas.
2024-01-11 12:33:51 +01:00
..
java/li/strolch [New] Added new SearchExpressions.paramOnBagType() 2024-01-11 12:33:51 +01:00
resources [Minor] typo 2023-04-06 09:22:33 +02:00