Uses of Package
com.Server.repository
| Package | Description |
|---|---|
| com.Server.controller |
com.Server.controller has all controller use to support client by http protocol.
|
| com.Server.service.impl |
com.Server.service.impl has the class witch implement services interface method.
|
-
Classes in com.Server.repository used by com.Server.controller Class Description LocalizationRepository Interface repository localization to available connect on table database. -
Classes in com.Server.repository used by com.Server.service.impl Class Description CarRepository Interface repository car to available connect on table database.LocalizationRepository Interface repository localization to available connect on table database.ReservationRepository Interface repository reservation to available connect on table database.RoleRepository Interface repository role to available connect on table database.UserRepository Interface repository user to available connect on table database.