Uses of Record Class
org.tentackle.session.SavepointHandle
-
Uses of SavepointHandle in org.tentackle.session
Methods in org.tentackle.session that return SavepointHandleModifier and TypeMethodDescriptionSession.setSavepoint()Creates an unnamed savepoint in the current transaction.Session.setSavepoint(String name) Creates a savepoint with the given name in the current transaction.Methods in org.tentackle.session with parameters of type SavepointHandleModifier and TypeMethodDescriptionvoidSession.releaseSavepoint(SavepointHandle handle) Removes the specifiedSavepointand subsequentSavepointobjects from the current transaction.voidSession.rollback(SavepointHandle handle) Undoes all changes made after the givenSavepointobject was set.