public interface UserCreationBidRepositoryCustom
UserCreationBid entity| Modifier and Type | Method and Description |
|---|---|
void |
expireBidsOlderThan(java.util.Date lastLogin)
Expire(remove) bids older than specified date
|
UserCreationBid |
findByEmail(java.lang.String email)
Find already requested user creation bid by email
|
void expireBidsOlderThan(java.util.Date lastLogin)
lastLogin - UserCreationBid findByEmail(java.lang.String email)
email -