Package de.xima.fc.dao.impl
Class ATransactionDao
- java.lang.Object
-
- de.xima.fc.dao.impl.ATransactionDao
-
- Direct Known Subclasses:
ServerNodeDao
,VorgangsDataDao
public abstract class ATransactionDao extends Object
-
-
Constructor Summary
Constructors Constructor Description ATransactionDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
activate(IEntityContext ec)
Started die übergebene Transaktion, wenn sie nicht bereits aktiv ist.protected void
rollback(IEntityContext ec)
Methode für das Rollback einer Transaktion.
-
-
-
Method Detail
-
activate
protected boolean activate(IEntityContext ec)
Started die übergebene Transaktion, wenn sie nicht bereits aktiv ist.- Parameters:
ec
- An entity context to use for interacting with the database.- Returns:
false
, wenn die übergebene Transaktion bereits aktiv war, ansonstentrue
.
-
rollback
protected void rollback(IEntityContext ec)
Methode für das Rollback einer Transaktion.- Parameters:
ec
- An entity context to use for interacting with the database.
-
-