?? optimisticlocktype.java
字號:
//$Id: OptimisticLockType.java,v 1.1 2005/02/13 16:50:54 epbernard Exp $package org.hibernate.annotations;/** * Optimistic locking strategy * VERSION is the default and recommanded one * * @author Emmanuel Bernard */public enum OptimisticLockType { /** no optimistic locking */ NONE, /** use a column version */ VERSION, /** dirty columns are compared */ DIRTY, /** all columns are compared */ ALL}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -