SchoolService

public final class SchoolService

Service for the school table in the database

Author

Francesco Masala

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final Id<School> create(School school)

Create a school in the database

Link copied to clipboard
public final List<School> findAll()

Get all the schools from the database

Link copied to clipboard
public final List<School> findByCode(String code)

Get a specific school from the database

Link copied to clipboard
public final String obtainProperty(String property)