Uses of Interface
com.fiap.tech_challenge.parte1.ms_users.repositories.AddressesRepository
Packages that use AddressesRepository
Package
Description
-
Uses of AddressesRepository in com.fiap.tech_challenge.parte1.ms_users.repositories
Classes in com.fiap.tech_challenge.parte1.ms_users.repositories that implement AddressesRepositoryModifier and TypeClassDescriptionclass
Implementation of the AddressesRepository interface using JdbcClient to perform database operations. -
Uses of AddressesRepository in com.fiap.tech_challenge.parte1.ms_users.services
Constructors in com.fiap.tech_challenge.parte1.ms_users.services with parameters of type AddressesRepositoryModifierConstructorDescriptionAddressesService
(AddressesRepository addressesRepository) Constructs the AddressesService with the given repository.