Package org.superbiz.spring

Interface Summary
Cineplex  
Movies  
 

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.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.