|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.imca.services.Service
public class Service
Service parent class. Used for common Service code.
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
em
|
| Constructor Summary | |
|---|---|
Service()
|
|
| Method Summary | |
|---|---|
void |
destroyEntityManager()
|
protected void |
endTransaction()
Called at the end of a transaction. |
protected void |
startTransaction()
Called before the start of a transaction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.persistence.EntityManager em
| Constructor Detail |
|---|
public Service()
| Method Detail |
|---|
protected void startTransaction()
protected void endTransaction()
throws java.lang.Exception
java.lang.Exceptionpublic void destroyEntityManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||