Uses of Class
org.tentackle.session.SavepointHandle
-
Packages that use SavepointHandle Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of SavepointHandle in org.tentackle.session
Methods in org.tentackle.session that return SavepointHandle Modifier and Type Method Description SavepointHandleSession. setSavepoint()Creates an unnamed savepoint in the current transaction.SavepointHandleSession. setSavepoint(java.lang.String name)Creates a savepoint with the given name in the current transaction.Methods in org.tentackle.session with parameters of type SavepointHandle Modifier and Type Method Description voidSession. releaseSavepoint(SavepointHandle handle)Removes the specifiedSavepointand subsequentSavepointobjects from the current transaction.voidSession. rollback(SavepointHandle handle)Undoes all changes made after the givenSavepointobject was set.
-