- genres - Variable in class ejava.jpa.examples.tuning.bo.Movie
-
- getActor() - Method in class ejava.jpa.examples.tuning.bo.MovieRole
-
- getBirthDate() - Method in class ejava.jpa.examples.tuning.bo.Actor
-
- getBirthDate() - Method in class ejava.jpa.examples.tuning.bo.Director
-
- getBirthDate() - Method in class ejava.jpa.examples.tuning.bo.Person
-
- getCast() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getCastCountForMovie(String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getDirector() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getFirstName() - Method in class ejava.jpa.examples.tuning.bo.Actor
-
- getFirstName() - Method in class ejava.jpa.examples.tuning.bo.Director
-
- getFirstName() - Method in class ejava.jpa.examples.tuning.bo.Person
-
- getFromMpaa(String) - Static method in enum ejava.jpa.examples.tuning.bo.MovieRating
-
- getGenres() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getId() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getId() - Method in class ejava.jpa.examples.tuning.bo.MovieRole
-
- getId() - Method in class ejava.jpa.examples.tuning.bo.Person
-
- getKevinBacon() - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns a Person instance for the Kevin Bacon actor who
played in Tremors.
- getKevinBaconMovieIds(Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getLastName() - Method in class ejava.jpa.examples.tuning.bo.Actor
-
- getLastName() - Method in class ejava.jpa.examples.tuning.bo.Director
-
- getLastName() - Method in class ejava.jpa.examples.tuning.bo.Person
-
- getMinutes() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getModName() - Method in class ejava.jpa.examples.tuning.bo.Actor
-
- getModName() - Method in class ejava.jpa.examples.tuning.bo.Director
-
- getModName() - Method in class ejava.jpa.examples.tuning.bo.Person
-
- getMovie() - Method in class ejava.jpa.examples.tuning.bo.MovieRole
-
- getMovie() - Method in class ejava.jpa.examples.tuning.bo.MovieRolePK
-
- getMovieAndDirector(Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMovieById(String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMovieByIdUnfetched(String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMovieCastCountByDAO(String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMovieCastCountByDAORelation(String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMovieCastCountByDB(String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMovieFetchedByIdFetched(String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMovies() - Method in class ejava.jpa.examples.tuning.bo.Director
-
- getMovies(Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns a bulk, unordered page of movies.
- getMoviesByLikeRole(String, Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesByRatingLowerFunction(MovieRating, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns an unordered page of movies matching the supplied rating -- but
calling lower() on the DB value.
- getMoviesByRatingUpperFunction(MovieRating, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns an unordered page of movies matching the supplied rating -- but
calling upper() on the DB value.
- getMoviesByRatingValue(MovieRating, Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns an unordered page of movies matching the supplied rating --
without calling any function()s on the stored data.
- getMoviesByReleaseDate(Date, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesByReleaseDateAndRating(Date, MovieRating, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesByReleaseDateAndTitle(String, Date, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesByRole(String, Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesByTitleAndReleaseDate(String, Date, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesByTitleAndReleaseDateAndRating(String, Date, MovieRating, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesEqualsTitle(String, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns movies exactly matching the provided title.
- getMoviesForPerson(AbstractQuery<String>, Person) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesForPersonIds(AbstractQuery<String>) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getMoviesLikeTitle(String, Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns an unordered page of movies that have a title "like" the one passed
in.
- getPeopleQuery(Person, int) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getPeopleQuery2(Person, int) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getPerson() - Method in class ejava.jpa.examples.tuning.bo.Actor
-
- getPerson() - Method in class ejava.jpa.examples.tuning.bo.Director
-
- getPersonIdsInMovie(AbstractQuery<?>) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getPlot() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getRating() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getRatingsByTitle(String, Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns a list of ratings for movies that exactly match the provided title.
- getRatingsLikeTitle(String, Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns ratings that match the title like criteria.
- getReleaseDate() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getReleaseDate() - Method in class ejava.jpa.examples.tuning.bo.MoviePK
-
- getResultList() - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl.QueryLogger
-
- getRole() - Method in class ejava.jpa.examples.tuning.bo.MovieRole
-
- getRole() - Method in class ejava.jpa.examples.tuning.bo.MovieRolePK
-
- getRoles() - Method in class ejava.jpa.examples.tuning.bo.Actor
-
- getRolesByMovie(String, Date, Integer, Integer, String) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
- getSingleResult() - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl.QueryLogger
-
- getTitle() - Method in class ejava.jpa.examples.tuning.bo.Movie
-
- getTitle() - Method in class ejava.jpa.examples.tuning.bo.MoviePK
-
- getTitlesByRating(MovieRating, Integer, Integer) - Method in class ejava.jpa.examples.tuning.dao.MovieDAOImpl
-
Returns an unordered page of titles that match a specified rating.