Uses of Class
ejava.jpa.examples.tuning.bo.MovieRole
-
Packages that use MovieRole Package Description ejava.jpa.examples.tuning.bo ejava.jpa.examples.tuning.dao -
-
Uses of MovieRole in ejava.jpa.examples.tuning.bo
Fields in ejava.jpa.examples.tuning.bo with type parameters of type MovieRole Modifier and Type Field Description private Set<MovieRole>
Movie. cast
private Set<MovieRole>
Actor. roles
Methods in ejava.jpa.examples.tuning.bo that return MovieRole Modifier and Type Method Description MovieRole
MovieRole. setActor(Actor actor)
(package private) MovieRole
MovieRole. setMovie(Movie movie)
Methods in ejava.jpa.examples.tuning.bo that return types with arguments of type MovieRole Modifier and Type Method Description Set<MovieRole>
Movie. getCast()
Set<MovieRole>
Actor. getRoles()
Methods in ejava.jpa.examples.tuning.bo with parameters of type MovieRole Modifier and Type Method Description Movie
Movie. addRole(MovieRole... role)
Method parameters in ejava.jpa.examples.tuning.bo with type arguments of type MovieRole Modifier and Type Method Description protected void
Movie. setCast(Set<MovieRole> cast)
void
Actor. setRoles(Set<MovieRole> roles)
-
Uses of MovieRole in ejava.jpa.examples.tuning.dao
Methods in ejava.jpa.examples.tuning.dao that return types with arguments of type MovieRole Modifier and Type Method Description protected MovieDAOImpl.Pair<Subquery<String>,Join<MovieRole,Movie>>
MovieDAOImpl. getPersonIdsInMovie(AbstractQuery<?> parentQuery)
List<MovieRole>
MovieDAOImpl. getRolesByMovie(String title, Date releaseDate, Integer offset, Integer limit, String orderBy)
protected MovieDAOImpl.Pair<Subquery<String>,Join<MovieRole,Movie>>
MovieDAOImpl. nthRemoved(AbstractQuery<String> parentQuery, Path<Movie> parentTerm, Person person)
-