📄 housetyperemotehome.java
字号:
package com.abc.hotel;import javax.ejb.*;import java.util.*;import java.rmi.*;import java.math.*;public interface HouseTypeRemoteHome extends javax.ejb.EJBHome { public HouseTypeRemote create(Integer hotelid, String houseName, Integer normalPrice, Integer vipPrice, String breakfast) throws CreateException, RemoteException; public Collection findByPriceBelow250() throws FinderException, RemoteException; public Collection findByHotelId(Integer hotelid) throws FinderException, RemoteException; public HouseTypeRemote findByPrimaryKey(Integer houseTypeId) throws FinderException, RemoteException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -