Package edu.cnm.deepdive.picmegallery.model.entity
-
Class Summary Class Description Event Event is a @Entity class with the following fields id, name, address, description, time, latitude, longitude, passkey, and photos.Photo Photo is a @Entity class with the following fields id, event, uploaded, longitude, latitude, uploaded, and caption.User User is a @Entity class with the following fields id, created, updated, connected, displayName, and oauthKey.