Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过唯一的(在本例中为电子邮件)字段查找实体。
User id (int, pk) email (string, not null, unique) password (string, not null)
我知道有findBy存储库,但由于电子邮件字段是唯一的,我不想使用存储库,因为总是只有一个结果。
findBy
这可能吗?
它可以通过使用来完成findOneBy
findOneBy