Package | Description |
---|---|
com.communote.server.persistence.common.security | |
com.communote.server.persistence.user.security |
Modifier and Type | Class and Description |
---|---|
class |
SecurityCodeDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
SecurityCode . |
class |
SecurityCodeDaoImpl |
Modifier and Type | Method and Description |
---|---|
protected SecurityCodeDao |
UserSecurityCodeDaoBase.getSecurityCodeDao()
Gets the reference to
securityCodeDao . |
protected SecurityCodeDao |
EmailSecurityCodeDaoBase.getSecurityCodeDao()
Gets the reference to
securityCodeDao . |
Modifier and Type | Method and Description |
---|---|
void |
UserSecurityCodeDaoBase.setSecurityCodeDao(SecurityCodeDao securityCodeDao)
Sets the reference to
securityCodeDao . |
void |
EmailSecurityCodeDaoBase.setSecurityCodeDao(SecurityCodeDao securityCodeDao)
Sets the reference to
securityCodeDao . |
Copyright © 2019 Communote team. All rights reserved.