Uses of Class
myorg.queryex.Actor
-
Packages that use Actor Package Description myorg.queryex -
-
Uses of Actor in myorg.queryex
Fields in myorg.queryex declared as Actor Modifier and Type Field Description private Actor
MovieRole. actor
Fields in myorg.queryex with type parameters of type Actor Modifier and Type Field Description static SingularAttribute<MovieRole,Actor>
MovieRole_. actor
static SingularAttribute<Actor,String>
Actor_. id
static SingularAttribute<Actor,Person>
Actor_. person
static SetAttribute<Actor,MovieRole>
Actor_. roles
static SingularAttribute<Actor,Integer>
Actor_. version
Methods in myorg.queryex that return Actor Modifier and Type Method Description Actor
MovieRole. getActor()
Actor
Actor. setBirthDate(Date date)
Actor
Actor. setFirstName(String name)
Actor
Actor. setLastName(String name)
Methods in myorg.queryex with parameters of type Actor Modifier and Type Method Description MovieRole
MovieRole. setActor(Actor actor)
-