C D E F G J M P S U 
All Classes All Packages

F

findByAddress(String) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This Jpa hibernate query allows users to find an event by the address.
findByIdAndPasskey(long, String) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This Jpa hibernate query allows users to find an event by the id and passkey.
findByIdAndUser(long, User) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This query finds an Event by the user that posted it and the event id.
findByLatitudeAndLongitude(Double, Double) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This Jpa hibernate query allows users to find an event by the latitude and longitude.
findByName(String) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This JPA hibernate query allows users to find an event by its name.
findByNameAndAddress(String, String) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This JPA hibernate query allows users to find an event by its name and address.
findByTime(Date) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This JPA hibernate query allows users to find an event by the time the event was created.
findEventsByUser(User) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.EventRepository
This Jpa hibernate query allows users to find all events they're a part of
findFirstByOauthKey(String) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.UserRepository
 
findPhotoByLatitudeAndLongitude(Double, Double) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.PhotoRepository
Finds a photo using the location of where a photo was taken.
findPhotosByUploaded(Date) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.PhotoRepository
Finds a Photo by the the time stamp that is created when a photo is uploaded.
findPhotosByUser(User) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.PhotoRepository
Finds the photos that are associated with a user.
findUserByDisplayName(String) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.UserRepository
 
findUserByPhotosContaining(Photo) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.UserRepository
 
findUsersByEvents(Event) - Method in interface edu.cnm.deepdive.picmegallery.model.dao.UserRepository
 
C D E F G J M P S U 
All Classes All Packages