Interface CarRepository

All Superinterfaces:
CrudRepository<Car,Long>, GenericRepository<Car,Long>

public interface CarRepository extends CrudRepository<Car,Long>
  • Method Details

    • update

      void update(@Id Long id, @Parameter("name") @Nullable @Nullable String name)
    • getById

      Car getById(Long id)