Roll back the transaction. This discards all changes made and ends it. Future calls to {@link #getCurrentTransactionOrNull()} by this threadwill return {@code null} until a new transaction is started.
@throws IllegalStateException If this transaction has already beencommitted or rolled back.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.