Uses of Class
com.bytedesk.core.invoice.InvoiceEntity
Packages that use InvoiceEntity
-
Uses of InvoiceEntity in com.bytedesk.core.invoice
Methods in com.bytedesk.core.invoice that return InvoiceEntityModifier and TypeMethodDescriptionprotected InvoiceEntityInvoiceRestService.doSave(InvoiceEntity entity) InvoiceRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, InvoiceEntity entity) Methods in com.bytedesk.core.invoice that return types with arguments of type InvoiceEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<InvoiceEntity>InvoiceRestService.createSpecification(InvoiceRequest request) protected org.springframework.data.domain.Page<InvoiceEntity>InvoiceRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<InvoiceEntity> specification, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<InvoiceEntity>InvoiceSpecification.search(InvoiceRequest request, AuthService authService) Methods in com.bytedesk.core.invoice with parameters of type InvoiceEntityModifier and TypeMethodDescriptionInvoiceRestService.convertToResponse(InvoiceEntity entity) protected InvoiceEntityInvoiceRestService.doSave(InvoiceEntity entity) InvoiceRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, InvoiceEntity entity) Method parameters in com.bytedesk.core.invoice with type arguments of type InvoiceEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<InvoiceEntity>InvoiceRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<InvoiceEntity> specification, org.springframework.data.domain.Pageable pageable)