A.Hibernate緩存一般分為三類(lèi):一級(jí)緩存、二級(jí)緩存和查詢(xún)緩存 B.Session的evict()方法用于從緩存中清除指定的持久化對(duì)象 C.Session的clear()方法用于刷新緩存 D.Session的flush()方法用于從緩存中清除所有持久化對(duì)象
A.ExecutorType.SIMPLEB.ExecutorType.BATCHC.ExecutorType.EXECUTED.ExecutorType.REUSE
A.<sqlMapConfig> B.<configuration> C.<setting> D.<environments>