Package com.exedio.cope
Class TransactionTry
java.lang.Object
com.exedio.cope.TransactionTry
- All Implemented Interfaces:
AutoCloseable
-
Method Details
-
commit
public void commit()- See Also:
-
commit
public <R> R commit(R result) - See Also:
-
commit
public int commit(int result) - See Also:
-
commit
public long commit(long result) - See Also:
-
getItem
- Throws:
NoSuchIDException
- See Also:
-
hasCurrentTransaction
public boolean hasCurrentTransaction()- See Also:
-
startTransaction
- See Also:
-
rollbackIfNotCommitted
public void rollbackIfNotCommitted()- See Also:
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- See Also:
-