Movies
/ MovieRole
referenced by
Movie
,
Talent
External Name
movierole
Class Name
org.wocommunity.movies.model.server.MovieRole
Attributes
show details
hide non-class
movieID [primary key]
MOVIE_ID
External Type
id (INT)
Allows Null?
No
Used For Locking?
Yes
roleName
ROLE_NAME
External Type
varchar50 (VARCHAR)
Allows Null?
Yes
Used For Locking?
Yes
Width
50
talentID [primary key]
TALENT_ID
External Type
id (INT)
Allows Null?
No
Used For Locking?
Yes
Relationships
show details
movie
Movie
Type
Mandatory To-One
Joins
movieID
>
movieID
talent
Talent
Type
Mandatory To-One
Joins
talentID
>
talentID
Fetch Specifications
no fetch specification
Entity Indexes
no entity indexes