Class Summary |
AvailableMovies |
This is a simple Spring bean that we use as an easy way
to seed the example with a list of persistent Movie objects
The individual Movie objects are constructed by Spring, then
passed into the Movies EJB where they are transactionally
persisted with the EntityManager. |
CineplexImpl |
|
Movie |
|
MoviesImpl |
A normal Stateful EJB that uses a JPA EntityManager. |
Theater |
Spring bean that references the Movies EJB and the Movie JPA bean. |
Theaters |
Injection of collections of Spring beans into an EJB
is not yet supported, so this Spring bean exists to
wrap the collection as an injectable object. |