interestdao.java
来自「《精通Spring》源代码」· Java 代码 · 共 15 行
JAVA
15 行
package com.openv.spring.dao;
import com.openv.spring.base.BaseInterestDAO;
/**
* 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 interest table. Any
* customizations belong here.
*/
public class InterestDAO extends BaseInterestDAO {
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?