pkg persistence OrganizationRepository - yshehab/SchoolRoomBooking GitHub Wiki
OrganizationRepository Interface
An interface to provide CRUD operations on Organization
objects.
As this interfaces provide its services by extending GraphRepository
, it is mostly empty unless there is a need for creating a complex query on Organization
objects in the database.