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 MovieRating
Movie. rating
Fields in myorg.queryex with type parameters of type MovieRating Modifier and Type Field Description static SingularAttribute<Movie,MovieRating>
Movie_. rating
Methods in myorg.queryex that return MovieRating Modifier and Type Method Description MovieRating
Movie. getRating()
static MovieRating
MovieRating. 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 Movie
Movie. setRating(MovieRating rating)
-