Uses of Class
io.awspring.spring.data.examples.model.Customer
Packages that use Customer
Package
Description
-
Uses of Customer in io.awspring.spring.data.examples.model
Methods in io.awspring.spring.data.examples.model that return CustomerModifier and TypeMethodDescriptionOrderItemCollectionRecord.customer()Returns the value of thecustomerrecord component.OrderItemCollection.getCustomer()static CustomerMethods in io.awspring.spring.data.examples.model with parameters of type CustomerConstructors in io.awspring.spring.data.examples.model with parameters of type CustomerModifierConstructorDescriptionOrderItemCollectionRecord(Customer customer, Order order, List<OrderItem> orderItemList) Creates an instance of aOrderItemCollectionRecordrecord class. -
Uses of Customer in io.awspring.spring.data.examples.repository
Subinterfaces with type arguments of type Customer in io.awspring.spring.data.examples.repositoryMethods in io.awspring.spring.data.examples.repository that return types with arguments of type CustomerModifier and TypeMethodDescriptionCustomerRepository.findByEmail(String email) CustomerRepository.findByEmailWithPartiQl(String email) CustomerRepository.findExplicitByEmail(String email) CustomerRepository.findNamedByEmail(String email) -
Uses of Customer in io.awspring.spring.data.examples.service.usecase
Classes in io.awspring.spring.data.examples.service.usecase that implement interfaces with type arguments of type CustomerModifier and TypeClassDescriptionclassclassMethods in io.awspring.spring.data.examples.service.usecase that return CustomerModifier and TypeMethodDescriptionCustomerLifecycleCallbacks.onAfterSave(Customer entity, String tableName) CustomerLifecycleCallbacks.onBeforeConvert(Customer entity, String tableName) Methods in io.awspring.spring.data.examples.service.usecase with parameters of type CustomerModifier and TypeMethodDescriptionCustomerLifecycleCallbacks.onAfterSave(Customer entity, String tableName) CustomerLifecycleCallbacks.onBeforeConvert(Customer entity, String tableName)