Uses of Class
info.ejava.examples.ejb.ejbjpa.dto.RoomDTO
-
Packages that use RoomDTO Package Description info.ejava.examples.ejb.ejbjpa.dto info.ejava.examples.ejb.ejbjpa.ejb -
-
Uses of RoomDTO in info.ejava.examples.ejb.ejbjpa.dto
Fields in info.ejava.examples.ejb.ejbjpa.dto with type parameters of type RoomDTO Modifier and Type Field Description private List<RoomDTO>
FloorDTO. rooms
Methods in info.ejava.examples.ejb.ejbjpa.dto that return types with arguments of type RoomDTO Modifier and Type Method Description List<RoomDTO>
FloorDTO. getRooms()
Methods in info.ejava.examples.ejb.ejbjpa.dto with parameters of type RoomDTO Modifier and Type Method Description FloorDTO
FloorDTO. withRoom(RoomDTO room)
Method parameters in info.ejava.examples.ejb.ejbjpa.dto with type arguments of type RoomDTO Modifier and Type Method Description void
FloorDTO. setRooms(List<RoomDTO> rooms)
-
Uses of RoomDTO in info.ejava.examples.ejb.ejbjpa.ejb
Methods in info.ejava.examples.ejb.ejbjpa.ejb that return RoomDTO Modifier and Type Method Description private RoomDTO
HotelMgmtEJB. toDTO(Room room)
-