Skip to content
theodoreLee edited this page Dec 25, 2012 · 1 revision
  • 현재는 DB를 생성하지 않았으므로 immutableSet으로 대신토록 한다.

Attributes

{
   id:[Long], /* Reply's ID */
   ArticleId:[Long], /* Article'is id */
   contents : String,
   name : String,
   password : String
}
Clone this wiki locally