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. roomsMethods 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 FloorDTOFloorDTO. withRoom(RoomDTO room)Method parameters in info.ejava.examples.ejb.ejbjpa.dto with type arguments of type RoomDTO Modifier and Type Method Description voidFloorDTO. 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 RoomDTOHotelMgmtEJB. toDTO(Room room)
-