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 Actor
MovieRole. actor
Methods in ejava.jpa.examples.tuning.bo 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)
Actor
Actor. setModName(String name)
Methods in ejava.jpa.examples.tuning.bo with parameters of type Actor Modifier and Type Method Description MovieRole
MovieRole. 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)
-