first commit of new persistence layer. new model classes
authoridfx <idfx>
Sat, 16 Aug 2003 19:15:26 +0000 (19:15 +0000)
committeridfx <idfx>
Sat, 16 Aug 2003 19:15:26 +0000 (19:15 +0000)
commitaf2d597df9bd529cfc1d4cde57122484b1247946
treec75993a3565b8b6ff4cfef2512e834c6841d5bf5
parent9fec9de3c5c1cbfc199f97ffafc3c7ff27e26d10
first commit of new persistence layer. new model classes
43 files changed:
source/mir/core/model/ArticleType.hbm.xml [new file with mode: 0755]
source/mir/core/model/ArticleType.java [new file with mode: 0755]
source/mir/core/model/Audio.hbm.xml [new file with mode: 0755]
source/mir/core/model/Audio.java [new file with mode: 0755]
source/mir/core/model/Breaking.hbm.xml [new file with mode: 0755]
source/mir/core/model/BreakingNewsItem.java [new file with mode: 0755]
source/mir/core/model/Comment.hbm.xml [new file with mode: 0755]
source/mir/core/model/Comment.java [new file with mode: 0755]
source/mir/core/model/CommentStatus.hbm.xml [new file with mode: 0755]
source/mir/core/model/CommentStatus.java [new file with mode: 0755]
source/mir/core/model/Content.hbm.xml [new file with mode: 0755]
source/mir/core/model/Content.java [new file with mode: 0755]
source/mir/core/model/Feature.hbm.xml [new file with mode: 0755]
source/mir/core/model/Feature.java [new file with mode: 0755]
source/mir/core/model/Image.hbm.xml [new file with mode: 0755]
source/mir/core/model/Image.java [new file with mode: 0755]
source/mir/core/model/ImgColor.hbm.xml [new file with mode: 0755]
source/mir/core/model/ImgFormat.hbm.xml [new file with mode: 0755]
source/mir/core/model/ImgLayout.hbm.xml [new file with mode: 0755]
source/mir/core/model/ImgType.hbm.xml [new file with mode: 0755]
source/mir/core/model/Language.hbm.xml [new file with mode: 0755]
source/mir/core/model/Language.java [new file with mode: 0755]
source/mir/core/model/Media.hbm.xml [new file with mode: 0755]
source/mir/core/model/Media.java [new file with mode: 0755]
source/mir/core/model/MediaFolder.hbm.xml [new file with mode: 0755]
source/mir/core/model/MediaFolder.java [new file with mode: 0755]
source/mir/core/model/MediaType.hbm.xml [new file with mode: 0755]
source/mir/core/model/MediaType.java [new file with mode: 0755]
source/mir/core/model/Message.hbm.xml [new file with mode: 0755]
source/mir/core/model/Message.java [new file with mode: 0755]
source/mir/core/model/MirUser.java [new file with mode: 0755]
source/mir/core/model/OtherMedia.hbm.xml [new file with mode: 0755]
source/mir/core/model/OtherMedia.java [new file with mode: 0755]
source/mir/core/model/Rights.hbm.xml [new file with mode: 0755]
source/mir/core/model/Rights.java [new file with mode: 0755]
source/mir/core/model/Topic.hbm.xml [new file with mode: 0755]
source/mir/core/model/Topic.java [new file with mode: 0755]
source/mir/core/model/UploadedMedia.hbm.xml [new file with mode: 0755]
source/mir/core/model/UploadedMedia.java [new file with mode: 0755]
source/mir/core/model/Video.hbm.xml [new file with mode: 0755]
source/mir/core/model/Video.java [new file with mode: 0755]
source/mir/core/model/WebdbUser.hbm.xml [new file with mode: 0755]
source/mir/core/test/Test.java [new file with mode: 0755]