Package main.repository


package main.repository
This package contains the repository classes. The repository classes are used to access the database.
  • Class
    Description
    Repository<ModelObject extends Model>
    The Repository abstract class provides the basic functionality for storing, retrieving, and managing a list of model objects.
    Provides a rule for filtering model objects in the repository.