Uses of Class
org.example.model.Actor
Packages that use Actor
-
Uses of Actor in org.example.controller
Fields in org.example.controller with type parameters of type ActorModifier and TypeFieldDescriptionprivate javafx.scene.control.TableView<Actor> ActorsController.actorsTableActorsController.nameColumnActorsController.roleColumnMethod parameters in org.example.controller with type arguments of type Actor -
Uses of Actor in org.example.service
Methods in org.example.service that return types with arguments of type ActorModifier and TypeMethodDescriptionDatabaseService.getActorsByMovieId(long movieId) Отримує список акторів для конкретного фільму за його ID.