Uses of Class
com.app.persistence.entity.VerificationTokenEntity
Packages that use VerificationTokenEntity
-
Uses of VerificationTokenEntity in com.app.persistence.Repository
Subinterfaces with type arguments of type VerificationTokenEntity in com.app.persistence.RepositoryModifier and TypeInterfaceDescriptioninterface
Repository interface for managingVerificationTokenEntity
entities in the persistence layer.Methods in com.app.persistence.Repository that return types with arguments of type VerificationTokenEntityModifier and TypeMethodDescriptionVerificationTokenRepository.findByToken
(String token) Retrieves a verification token by its token value.VerificationTokenRepository.findByUserId
(Long userId) Retrieves a verification token by the user ID associated with it.