customerlocalhome.java
来自「噶额外噶外骨骼感广泛高热感 就 啊啊」· Java 代码 · 共 18 行
JAVA
18 行
package itso.ejb.model.entity;
/**
* Local Home interface for Enterprise Bean: Customer
*/
public interface CustomerLocalHome extends javax.ejb.EJBLocalHome {
/**
* Creates an instance from a key for Entity Bean: Customer
*/
public itso.ejb.model.entity.CustomerLocal create(int id)
throws javax.ejb.CreateException;
/**
* Finds an instance using a key for Entity Bean: Customer
*/
public itso.ejb.model.entity.CustomerLocal findByPrimaryKey(
itso.ejb.model.entity.CustomerKey primaryKey)
throws javax.ejb.FinderException;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?