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 ActorMovieRole. actorFields in myorg.queryex with type parameters of type Actor Modifier and Type Field Description static SingularAttribute<MovieRole,Actor>MovieRole_. actorstatic SingularAttribute<Actor,String>Actor_. idstatic SingularAttribute<Actor,Person>Actor_. personstatic SetAttribute<Actor,MovieRole>Actor_. rolesstatic SingularAttribute<Actor,Integer>Actor_. versionMethods in myorg.queryex that return Actor Modifier and Type Method Description ActorMovieRole. getActor()ActorActor. setBirthDate(Date date)ActorActor. setFirstName(String name)ActorActor. setLastName(String name)Methods in myorg.queryex with parameters of type Actor Modifier and Type Method Description MovieRoleMovieRole. setActor(Actor actor)
-