addresslocalhome.java
来自「XDoclet 使自动生成部署描述符更为便利。XDoclet 是一个代码生成实用」· Java 代码 · 共 35 行
JAVA
35 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?