transient:表示临时的,不会被持久化,保存进数据库
transaction:表示事务
<div style="background: #fff; color: #0ff;"> System.out.println(123); </div>
transient:表示临时的,不会被持久化,保存进数据库
transaction:表示事务
<div style="background: #fff; color: #0ff;"> System.out.println(123); </div>
转载于:https://www.cnblogs.com/usual2013blog/p/4066972.html