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