📄 addresslocalhome.java
字号:
/* * Generated by XDoclet - Do not edit! */package test.interfaces;/** * Local home interface for Address. * @xdoclet-generated at 22-10-04 * @copyright The XDoclet Team * @author XDoclet * @version 1.2.2 */public interface AddressLocalHome extends javax.ejb.EJBLocalHome{ public static final String COMP_NAME="java:comp/env/ejb/AddressLocal"; public static final String JNDI_NAME="AddressLocal"; public test.interfaces.AddressLocal create(test.interfaces.AddressValue v) throws javax.ejb.CreateException; public java.util.Collection findByStreet(java.lang.String street) throws javax.ejb.FinderException; public java.util.Collection findByCity(java.lang.String city) throws javax.ejb.FinderException; public java.util.Collection findByOwner(test.interfaces.Customer owner) throws javax.ejb.FinderException; public test.interfaces.AddressLocal findByPrimaryKey(java.lang.String pk) throws javax.ejb.FinderException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -