Uses of Class
com.glowmart.shop_management.entity.User
Packages that use User
Package
Description
-
Uses of User in com.glowmart.shop_management.converter
Methods in com.glowmart.shop_management.converter that return UserMethods in com.glowmart.shop_management.converter with parameters of type User -
Uses of User in com.glowmart.shop_management.repository
Methods in com.glowmart.shop_management.repository that return UserMethods in com.glowmart.shop_management.repository that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByEmail(String userEmail) UserRepository.findByPhone(String phone) UserRepository.findNextPage(Long lastId, org.springframework.data.domain.Pageable pageable) -
Uses of User in com.glowmart.shop_management.security
Constructors in com.glowmart.shop_management.security with parameters of type User