Skip to content

Improve API and AI. (#115)#116

Merged
zantvoort merged 8 commits intomainfrom
feature/STORM-115
Mar 31, 2026
Merged

Improve API and AI. (#115)#116
zantvoort merged 8 commits intomainfrom
feature/STORM-115

Conversation

@zantvoort
Copy link
Copy Markdown
Collaborator

No description provided.

@Override
public Stream<E> selectById(@Nonnull Stream<ID> ids, int chunkSize) {
return core.selectById(ids, chunkSize);
public void remove(@Nonnull Iterable<E> entities) {
@Override
public Stream<E> selectByRef(@Nonnull Stream<Ref<E>> refs, int chunkSize) {
return core.selectByRef(refs, chunkSize);
public void removeByRef(@Nonnull Iterable<Ref<E>> refs) {
for (var value : stringTemplate.values()) {
Object resolved = resolveElements(value);
switch (resolved) {
case Stream<?> ignore -> throw new SqlTemplateException("Stream is not supported in expressions. Collect the Stream into a List before passing it.");
@zantvoort zantvoort merged commit e2ad35d into main Mar 31, 2026
7 checks passed
@zantvoort zantvoort deleted the feature/STORM-115 branch March 31, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant