Interface ConfirmationTokenRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<ConfirmationToken,Long>, org.springframework.data.jpa.repository.JpaRepository<ConfirmationToken,Long>, org.springframework.data.repository.ListCrudRepository<ConfirmationToken,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<ConfirmationToken,Long>, org.springframework.data.repository.PagingAndSortingRepository<ConfirmationToken,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<ConfirmationToken>, org.springframework.data.repository.Repository<ConfirmationToken,Long>

@Repository public interface ConfirmationTokenRepository extends org.springframework.data.jpa.repository.JpaRepository<ConfirmationToken,Long>
Repository interface for entities. This repository is responsible for data access operations related to registration and confirmation tokens.