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>