JPA Methodin jakarta.persistence.EntityTransactionvoid rollback() Roll back the current resource transaction. Throws:IllegalStateException - if {@link #isActive()} is falsePersistenceException - if an unexpected error condition is encounteredSince:JPA 1.0