Uses of Class
ejava.jpa.examples.tuning.bo.Actor
-
Packages that use Actor Package Description ejava.jpa.examples.tuning.bo ejava.jpa.examples.tuning.dao -
-
Uses of Actor in ejava.jpa.examples.tuning.bo
Fields in ejava.jpa.examples.tuning.bo declared as Actor Modifier and Type Field Description private ActorMovieRole. actorMethods in ejava.jpa.examples.tuning.bo that return Actor Modifier and Type Method Description ActorMovieRole. getActor()ActorActor. setBirthDate(Date date)ActorActor. setFirstName(String name)ActorActor. setLastName(String name)ActorActor. setModName(String name)Methods in ejava.jpa.examples.tuning.bo with parameters of type Actor Modifier and Type Method Description MovieRoleMovieRole. setActor(Actor actor) -
Uses of Actor in ejava.jpa.examples.tuning.dao
Methods in ejava.jpa.examples.tuning.dao that return types with arguments of type Actor Modifier and Type Method Description protected MovieDAOImpl.Pair<Subquery<Movie>,Join<Actor,Person>>MovieDAOImpl. getMoviesForPersonIds(AbstractQuery<String> parentQuery)
-