|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.framework.Controller
org.jboss.seam.framework.PersistenceController<T>
T - the persistence context class (eg. Session or EntityManager)public abstract class PersistenceController<T>
Base class for controller objects which require a persistence context object.
| Constructor Summary | |
|---|---|
PersistenceController()
|
|
| Method Summary | |
|---|---|
T |
getPersistenceContext()
|
protected abstract java.lang.String |
getPersistenceContextName()
|
void |
setPersistenceContext(T persistenceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistenceController()
| Method Detail |
|---|
public T getPersistenceContext()
public void setPersistenceContext(T persistenceContext)
protected abstract java.lang.String getPersistenceContextName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||