Uses of Package
edu.cnm.deepdive.picmegallery.model.dao
-
Packages that use edu.cnm.deepdive.picmegallery.model.dao Package Description edu.cnm.deepdive.picmegallery.service -
Classes in edu.cnm.deepdive.picmegallery.model.dao used by edu.cnm.deepdive.picmegallery.service Class Description EventRepository This interface extends theJpaRepository
and Event entity.PhotoRepository This interface extendsJpaRepository
.UserRepository User repository is an interface class that extends JpaRepository and User entity This interface handles searching for users by different parameters including Google Oauth Key 2.0, events, photos, and display names.