Class AbstractMFARepository

java.lang.Object
com.axelor.db.JpaRepository<MFA>
com.axelor.auth.db.repo.AbstractMFARepository
All Implemented Interfaces:
Repository<MFA>
Direct Known Subclasses:
MFARepository

public abstract class AbstractMFARepository extends JpaRepository<MFA>
  • Constructor Details

    • AbstractMFARepository

      public AbstractMFARepository()
  • Method Details

    • findByOwner

      public MFA findByOwner(User owner)