?? datawriter.java
字號:
package org.julp;public interface DataWriter extends java.io.Serializable, Cloneable { public boolean writeData(DomainObjectFactory requestor) throws Exception; public void reset() throws Exception; public int getModifiedCount(); public int getCreatedCount(); public int getRemovedCount(); public java.util.List getGeneratedSQL(); public java.lang.String getGeneratedSQLasXML(); public java.lang.Throwable getWhatIsWrong();}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -