Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. SubclassedUser (extends User, stored as entity)
  2.  
  3. UserDocuments
  4. - @Parent SubclassedUser author
  5. - String messageText
  6. - @Index DateTime updatedDate
  7. - DateTime createddDate
  8.  
  9. UserImages
  10. - @Parent SubclassedUser uploader
  11. - String imageUrl
  12. - @Index DateTime createdDate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement