Uses of Class
com.bytedesk.ai.demos.booking.BookingEntity
Packages that use BookingEntity
Package
Description
-
Uses of BookingEntity in com.bytedesk.ai.demos.booking
Methods in com.bytedesk.ai.demos.booking that return BookingEntityModifier and TypeMethodDescriptionprotected BookingEntityBookingRestService.doSave(BookingEntity entity) BookingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, BookingEntity entity) Methods in com.bytedesk.ai.demos.booking that return types with arguments of type BookingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<BookingEntity>BookingRestService.createSpecification(BookingRequest request) protected org.springframework.data.domain.Page<BookingEntity>BookingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<BookingEntity> spec, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<BookingEntity>BookingSpecification.search(BookingRequest request, AuthService authService) Methods in com.bytedesk.ai.demos.booking with parameters of type BookingEntityModifier and TypeMethodDescriptionBookingRestService.convertToExcel(BookingEntity entity) BookingRestService.convertToResponse(BookingEntity entity) protected BookingEntityBookingRestService.doSave(BookingEntity entity) BookingRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, BookingEntity entity) voidBookingEntityListener.onPostPersist(BookingEntity booking) voidBookingEntityListener.onPostUpdate(BookingEntity booking) Method parameters in com.bytedesk.ai.demos.booking with type arguments of type BookingEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<BookingEntity>BookingRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<BookingEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of BookingEntity in com.bytedesk.ai.demos.booking.event
Fields in com.bytedesk.ai.demos.booking.event declared as BookingEntityMethods in com.bytedesk.ai.demos.booking.event that return BookingEntityModifier and TypeMethodDescriptionAbstractBookingEvent.getBooking()private BookingEntityAbstractBookingEvent.snapshot(BookingEntity source) Methods in com.bytedesk.ai.demos.booking.event with parameters of type BookingEntityModifier and TypeMethodDescriptionprivate BookingEntityAbstractBookingEvent.snapshot(BookingEntity source) Constructors in com.bytedesk.ai.demos.booking.event with parameters of type BookingEntityModifierConstructorDescriptionprotectedAbstractBookingEvent(Object source, BookingEntity booking) BookingCreateEvent(BookingEntity booking) BookingDeleteEvent(BookingEntity booking) BookingUpdateEvent(BookingEntity booking) -
Uses of BookingEntity in com.bytedesk.ai.demos.consumer
Fields in com.bytedesk.ai.demos.consumer with type parameters of type BookingEntity