|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Movie | |
|---|---|
| org.hibernate.beanvalidation.tck.tests.validation | |
| Uses of Movie in org.hibernate.beanvalidation.tck.tests.validation |
|---|
| Methods in org.hibernate.beanvalidation.tck.tests.validation that return Movie | |
|---|---|
Movie |
MovieStudio.getBestSellingMovie()
|
Movie[] |
MovieStudio.getBestSellingMoviesArrayBased()
|
Movie |
MovieStudio.makeMovie(Actor mainActor,
String genre)
|
Movie |
MovieStudio.makeMovie(String title,
Person director,
List<Actor> actors)
|
Movie |
MovieStudio.makeMovieArrayBased(String title,
Person director,
Actor[] actors)
|
Movie |
MovieStudio.makeMovieMapBased(String title,
Person director,
Map<String,Actor> actors)
|
Movie |
MovieStudio.makeMovieSetBased(String title,
Person director,
Set<Actor> actors)
|
| Methods in org.hibernate.beanvalidation.tck.tests.validation that return types with arguments of type Movie | |
|---|---|
List<Movie> |
MovieStudio.getBestSellingMoviesListBased()
|
Map<String,Movie> |
MovieStudio.getBestSellingMoviesMapBased()
|
Set<Movie> |
MovieStudio.getBestSellingMoviesSetBased()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||