Uses of Class
io.github.marcopaglio.booking.repository.postgres.ClientPostgresRepository
Package
Description
Provides factories of repositories for entities used in the booking application.
-
Uses of ClientPostgresRepository in io.github.marcopaglio.booking.repository.factory
Modifier and TypeMethodDescriptionClientRepositoryFactory.createClientRepository
(jakarta.persistence.EntityManager em) Creates a new repository for Client entities using PostgresSQL and a JPA provider.