SimpleBlog
/ BlogEntry
referenced by
BlogCategoryEntry
,
BlogComment
,
Person
External Name
BlogEntry
Class Name
com.wowodc.model.BlogEntry
Attributes
show details
show non-class
body
Column Name
body
Allows Null?
No
Used For Locking?
Yes
id [primary key]
Allows Null?
No
Used For Locking?
Yes
lastModifed
Column Name
lastModifed
Allows Null?
No
Used For Locking?
Yes
personID
Column Name
personID
Allows Null?
No
Used For Locking?
Yes
timestampCreation
Column Name
timestampCreation
Allows Null?
No
Used For Locking?
Yes
title
Column Name
title
Allows Null?
No
Used For Locking?
Yes
Relationships
show details
show non-class
blogCategoryEntries
To
BlogCategoryEntry
Type
To-Many
Joins
id
>
blogEntryId
blogComments
To
BlogComment
Type
To-Many
Joins
id
>
blogEntryID
categories
To
BlogCategory
via
blogCategoryEntries
.
blogCategory
Type
Flattened To-Many
person
To
Person
Type
Mandatory To-One
Joins
personID
>
id
Fetch Specifications
no fetch specification
Entity Indexes
no entity indexes