Class CustomerForgotPasswordSecurityTokenDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.CustomerForgotPasswordSecurityTokenDaoImpl
- All Implemented Interfaces:
CustomerForgotPasswordSecurityTokenDao
@Repository("blCustomerForgotPasswordSecurityTokenDao")
public class CustomerForgotPasswordSecurityTokenDaoImpl
extends Object
implements CustomerForgotPasswordSecurityTokenDao
- Author:
- bpolster
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManagerprotected EntityConfiguration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
em
protected jakarta.persistence.EntityManager em -
entityConfiguration
-
-
Constructor Details
-
CustomerForgotPasswordSecurityTokenDaoImpl
public CustomerForgotPasswordSecurityTokenDaoImpl()
-
-
Method Details
-
readToken
- Specified by:
readTokenin interfaceCustomerForgotPasswordSecurityTokenDao
-
readUnusedTokensByCustomerId
- Specified by:
readUnusedTokensByCustomerIdin interfaceCustomerForgotPasswordSecurityTokenDao
-
saveToken
- Specified by:
saveTokenin interfaceCustomerForgotPasswordSecurityTokenDao
-