Uses of Class
info.ejava.examples.ejb.ejbjpa.bo.Floor
-
Packages that use Floor Package Description info.ejava.examples.ejb.ejbjpa.bl info.ejava.examples.ejb.ejbjpa.bo info.ejava.examples.ejb.ejbjpa.dao info.ejava.examples.ejb.ejbjpa.ejb -
-
Uses of Floor in info.ejava.examples.ejb.ejbjpa.bl
Methods in info.ejava.examples.ejb.ejbjpa.bl that return Floor Modifier and Type Method Description Floor
HotelMgmt. getFloor(int level)
Floor
HotelMgmtImpl. getFloor(int level)
Methods in info.ejava.examples.ejb.ejbjpa.bl that return types with arguments of type Floor Modifier and Type Method Description List<Floor>
HotelMgmt. getFloors(int offset, int limit)
List<Floor>
HotelMgmtImpl. getFloors(int offset, int limit)
-
Uses of Floor in info.ejava.examples.ejb.ejbjpa.bo
Fields in info.ejava.examples.ejb.ejbjpa.bo declared as Floor Modifier and Type Field Description private Floor
Room. floor
Methods in info.ejava.examples.ejb.ejbjpa.bo that return Floor Modifier and Type Method Description Floor
Room. getFloor()
Floor
Floor. withRoom(Room room)
Constructors in info.ejava.examples.ejb.ejbjpa.bo with parameters of type Floor Constructor Description Room(Floor floor, int number)
-
Uses of Floor in info.ejava.examples.ejb.ejbjpa.dao
Methods in info.ejava.examples.ejb.ejbjpa.dao that return Floor Modifier and Type Method Description Floor
HotelDAO. fetchFloor(int level)
Floor
JPAHotelDAO. fetchFloor(int level)
Floor
HotelDAO. getFloor(int level)
Floor
JPAHotelDAO. getFloor(int level)
Methods in info.ejava.examples.ejb.ejbjpa.dao that return types with arguments of type Floor Modifier and Type Method Description List<Floor>
HotelDAO. getFloors(int offset, int limit)
List<Floor>
JPAHotelDAO. getFloors(int offset, int limit)
Methods in info.ejava.examples.ejb.ejbjpa.dao with parameters of type Floor Modifier and Type Method Description void
HotelDAO. addFloor(Floor floor)
void
JPAHotelDAO. addFloor(Floor floor)
-
Uses of Floor in info.ejava.examples.ejb.ejbjpa.ejb
Methods in info.ejava.examples.ejb.ejbjpa.ejb that return Floor Modifier and Type Method Description Floor
HotelMgmtEJB. getFetchedFloor(int level)
Floor
HotelMgmtRemote. getFetchedFloor(int level)
This method will make sure the returned parent object is fully loaded by "fetch"ing all required children as part of the DAO query.Floor
HotelMgmtEJB. getFloor(int level)
Floor
HotelMgmtEJB. getTouchedFloor(int level)
Floor
HotelMgmtRemote. getTouchedFloor(int level)
This method will make sure the returned parent object is fully loaded by explicitly "touching" enough of the parent and children entities and collections to cause them all to be EAGERly loaded.Methods in info.ejava.examples.ejb.ejbjpa.ejb that return types with arguments of type Floor Modifier and Type Method Description List<Floor>
HotelMgmtEJB. getFloors(int offset, int limit)
Methods in info.ejava.examples.ejb.ejbjpa.ejb with parameters of type Floor Modifier and Type Method Description private FloorDTO
HotelMgmtEJB. toDTO(Floor floor)
-