| Interface | Description |
|---|---|
| MovieDao |
Dynamo advocates the use of Data Access Objects per domain object to implement the data access
logic.
|
| MovieService |
Dynamo advocates the use of a Facade to implement business services.
|
| Class | Description |
|---|---|
| Country |
Country JPA entity.
|
| HorizontalMoviesSplitView | |
| Movie |
Movie JPA entity, does not need much explanation.
|
| MovieDaoImpl |
Dynamo advocates the use of Data Access Objects per domain object to implement the data access
logic.
|
| MovieServiceImpl |
Dynamo advocates the use of a Facade to implement business services.
|
| MoviesView |
Dynamo contains a Abstract View class wich essentially is a Vaadin View Custom Component that has
access to the Dynamo Entity Model Factory and supports the Vaadin Navigation.
|
| TabularMoviesView |
A tabular display of the Movies table
|
| VerticalMoviesSplitView |
| Enum | Description |
|---|---|
| MovieRating |
Description of MovieRating.
|
Copyright © 2018 Open Circle Solutions. All rights reserved.