Package | Description |
---|---|
ejava.jpa.examples.tuning.bo | |
ejava.jpa.examples.tuning.dao |
Modifier and Type | Field and Description |
---|---|
private Set<MovieRole> |
Movie.cast |
private Set<MovieRole> |
Actor.roles |
Modifier and Type | Method and Description |
---|---|
MovieRole |
MovieRole.setActor(Actor actor) |
(package private) MovieRole |
MovieRole.setMovie(Movie movie) |
Modifier and Type | Method and Description |
---|---|
Set<MovieRole> |
Movie.getCast() |
Set<MovieRole> |
Actor.getRoles() |
Modifier and Type | Method and Description |
---|---|
Movie |
Movie.addRole(MovieRole... role) |
Modifier and Type | Method and Description |
---|---|
protected void |
Movie.setCast(Set<MovieRole> cast) |
void |
Actor.setRoles(Set<MovieRole> roles) |
Modifier and Type | Method and 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) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.