public class LemonAuditorAware<U extends AbstractUser<U,ID>,ID extends java.io.Serializable>
extends java.lang.Object
implements org.springframework.data.domain.AuditorAware<U>
Constructor and Description |
---|
LemonAuditorAware(AbstractUserRepository<U,ID> userRepository) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<U> |
getCurrentAuditor() |
public LemonAuditorAware(AbstractUserRepository<U,ID> userRepository)
public java.util.Optional<U> getCurrentAuditor()
getCurrentAuditor
in interface org.springframework.data.domain.AuditorAware<U extends AbstractUser<U,ID>>