View

View will act as inteface for all the SQL operations againts views. For.eg For Movie view, you can get the Store from DataManages as given below

MovieView movieView = DataManager.getManager().getMovieView();

Materialized View

We can refresh Materialized View

movieView.refresh(dataSource);