Package test.tester.model.dao

Interface Summary
MappedTable All classes that intend to make a persistence between a database table and a object should implement this interface.
 

Class Summary
Article This class, when instancied, is like a row of ARTICLE, creating an object mapping into the database.
ArticleBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
ArticlePicture This class, when instancied, is like a row of ARTICLE_PICTURE, creating an object mapping into the database.
ArticlePictureBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
Category This class, when instancied, is like a row of CATEGORY, creating an object mapping into the database.
CategoryBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
Download This class, when instancied, is like a row of DOWNLOAD, creating an object mapping into the database.
DownloadBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
Link This class, when instancied, is like a row of LINK, creating an object mapping into the database.
LinkBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
Member This class, when instancied, is like a row of MEMBER, creating an object mapping into the database.
MemberBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
Story This class, when instancied, is like a row of STORY, creating an object mapping into the database.
StoryBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).
StoryPicture This class, when instancied, is like a row of STORY_PICTURE, creating an object mapping into the database.
StoryPictureBroker For selecting some rows, you can create a method inside here, or use any of the ones that are already dones (most common ones).