Uses of Class
myorg.queryex.MovieRating
-
Packages that use MovieRating Package Description myorg.queryex -
-
Uses of MovieRating in myorg.queryex
Fields in myorg.queryex declared as MovieRating Modifier and Type Field Description private MovieRatingMovie. ratingFields in myorg.queryex with type parameters of type MovieRating Modifier and Type Field Description static SingularAttribute<Movie,MovieRating>Movie_. ratingMethods in myorg.queryex that return MovieRating Modifier and Type Method Description MovieRatingMovie. getRating()static MovieRatingMovieRating. valueOf(String name)Returns the enum constant of this type with the specified name.static MovieRating[]MovieRating. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in myorg.queryex with parameters of type MovieRating Modifier and Type Method Description MovieMovie. setRating(MovieRating rating)
-