You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first the api may return all entities of collection, that can be manipulated by standard kotlin's collections operations, but it should provide way to backward compatibly introduce a way to filter collection internally.
Develop new queries API based on collections (#51)
Api should:
Api shouldn't:
At first the api may return all entities of collection, that can be manipulated by standard kotlin's collections operations, but it should provide way to backward compatibly introduce a way to filter collection internally.
Cases to consider:
Study JPA's EntityGraph feture
The text was updated successfully, but these errors were encountered: