graphicitemdao.java
来自「基于java的组态软件。使用了hibernate和spring技术」· Java 代码 · 共 14 行
JAVA
14 行
package domain.dao;
import domain.dao.basedao.BaseGraphicItemDAO;
/**
* This class has been automatically generated by Hibernate Synchronizer. * For more information or documentation, visit The Hibernate Synchronizer page * at http://www.binamics.com/hibernatesync or contact Joe Hudson at joe@binamics.com. * * This is the object class that relates to the graphicItem table.
* Any customizations belong here.
*/
public class GraphicItemDAO extends BaseGraphicItemDAO {
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?