Class EntityAuditorAware

java.lang.Object
biz.devstack.springframework.boot.jpa.audit.EntityAuditorAware
All Implemented Interfaces:
org.springframework.data.domain.AuditorAware<String>

@Component @EnableJpaAuditing public class EntityAuditorAware extends Object implements org.springframework.data.domain.AuditorAware<String>
  • Constructor Details

    • EntityAuditorAware

      public EntityAuditorAware()
  • Method Details

    • getCurrentAuditor

      public Optional<String> getCurrentAuditor()
      Specified by:
      getCurrentAuditor in interface org.springframework.data.domain.AuditorAware<String>