类 UserIdAuditor

java.lang.Object
plus.hiver.common.config.jpa.auditor.UserIdAuditor
所有已实现的接口:
org.springframework.data.domain.AuditorAware<Long>

@Configuration public class UserIdAuditor extends Object implements org.springframework.data.domain.AuditorAware<Long>

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • UserIdAuditor

      public UserIdAuditor()
  • 方法详细资料

    • getCurrentAuditor

      public Optional<Long> getCurrentAuditor()
      指定者:
      getCurrentAuditor 在接口中 org.springframework.data.domain.AuditorAware<Long>