org.granite.tide.seam.lazy
Class PersistenceControllerManager
java.lang.Object
org.granite.tide.seam.lazy.PersistenceContextManager
org.granite.tide.seam.lazy.PersistenceControllerManager
- All Implemented Interfaces:
- org.granite.tide.TidePersistenceManager
public class PersistenceControllerManager
- extends PersistenceContextManager
Manager responsible for looking up the EntityHome from the Seam context.
- Author:
- cingram
|
Method Summary |
Object |
fetchEntity(Object entity,
String[] fetch)
Attach the passed in entity with the EntityManager stored
in the EntityHome object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceControllerManager
public PersistenceControllerManager(String controllerName)
fetchEntity
public Object fetchEntity(Object entity,
String[] fetch)
- Attach the passed in entity with the EntityManager stored
in the EntityHome object.
- Overrides:
fetchEntity in class PersistenceContextManager
- Parameters:
entity -
- Returns:
- the attached hibernate object