Package-level declarations

Types

Link copied to clipboard
@Service
class AddressService(@Autowired addressRepository: AddressRepository)
Link copied to clipboard
@Service
class CityService(@Autowired cityRepository: CityRepository)
Link copied to clipboard
@Service
class CountryService(@Autowired countryRepository: CountryRepository)
Link copied to clipboard
@Service
class PostCodeService(@Autowired postCodeRepository: PostCodeRepository)
Link copied to clipboard
@Service
class StateService(@Autowired stateRepository: StateRepository)
Link copied to clipboard
@Service
class StreetService(@Autowired streetRepository: StreetRepository)