Uses of Class
com.bytedesk.core.order.OrderEntity
Packages that use OrderEntity
-
Uses of OrderEntity in com.bytedesk.core.order
Methods in com.bytedesk.core.order that return OrderEntityModifier and TypeMethodDescriptionprotected OrderEntityOrderRestService.doSave(OrderEntity entity) OrderRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, OrderEntity entity) Methods in com.bytedesk.core.order that return types with arguments of type OrderEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<OrderEntity>OrderRestService.createSpecification(OrderRequest request) protected org.springframework.data.domain.Page<OrderEntity>OrderRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<OrderEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<OrderEntity>OrderSpecification.search(OrderRequest request, AuthService authService) Methods in com.bytedesk.core.order with parameters of type OrderEntityModifier and TypeMethodDescriptionOrderRestService.convertToResponse(OrderEntity entity) protected OrderEntityOrderRestService.doSave(OrderEntity entity) OrderRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, OrderEntity entity) voidOrderEntityListener.onPostPersist(OrderEntity order) voidOrderEntityListener.onPostUpdate(OrderEntity order) Method parameters in com.bytedesk.core.order with type arguments of type OrderEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<OrderEntity>OrderRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<OrderEntity> specification, org.springframework.data.domain.Pageable pageable) -
Uses of OrderEntity in com.bytedesk.core.order.event
Fields in com.bytedesk.core.order.event declared as OrderEntityMethods in com.bytedesk.core.order.event that return OrderEntityModifier and TypeMethodDescriptionAbstractOrderEvent.getOrder()private OrderEntityAbstractOrderEvent.snapshot(OrderEntity source) Methods in com.bytedesk.core.order.event with parameters of type OrderEntityModifier and TypeMethodDescriptionprivate OrderEntityAbstractOrderEvent.snapshot(OrderEntity source) Constructors in com.bytedesk.core.order.event with parameters of type OrderEntityModifierConstructorDescriptionprotectedAbstractOrderEvent(Object source, OrderEntity order) OrderCreateEvent(OrderEntity order) OrderDeleteEvent(OrderEntity order) OrderUpdateEvent(OrderEntity order)