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
Iterable<Entity> findBy should not override Optional<Entity> findBy but use Iterable<Entity> findAllBy (or List would be better) because using findAllBy it will throw a StackOverflowError if no parameter is null.
Iterable<Entity> findByshould not overrideOptional<Entity> findBybut useIterable<Entity> findAllBy(or List would be better) because usingfindAllByit will throw a StackOverflowError if no parameter is null.