I have this query where I have to pass a list and say if it exists. The question is for the use of IN in the bus, does it have to go in front or behind? If it is behind, why?
boolean existsByUserAndBusInAndCar(String User, List<String> bus, Car car);