public class CtpDeviceSecretDaoImpl extends java.lang.Object implements CtpDeviceSecretDao
构造器和说明 |
---|
CtpDeviceSecretDaoImpl() |
限定符和类型 | 方法和说明 |
---|---|
void |
deleteCtpDeviceSecretById(java.lang.Long id) |
java.util.List<CtpDeviceSecret> |
findCtpDeviceSecret() |
java.util.List<CtpDeviceSecret> |
findCtpDeviceSecretById(java.lang.Long id) |
java.util.List<CtpDeviceSecret> |
findCtpDeviceSecretLikeName(java.lang.String deviceSecName) |
void |
saveOrUpdateCtpDeviceSecret(CtpDeviceSecret ctpDeviceSecret) |
void |
updateCtpDeviceSecretNodefault() |
public void saveOrUpdateCtpDeviceSecret(CtpDeviceSecret ctpDeviceSecret)
public void deleteCtpDeviceSecretById(java.lang.Long id)
deleteCtpDeviceSecretById
在接口中 CtpDeviceSecretDao
public java.util.List<CtpDeviceSecret> findCtpDeviceSecret()
findCtpDeviceSecret
在接口中 CtpDeviceSecretDao
public java.util.List<CtpDeviceSecret> findCtpDeviceSecretById(java.lang.Long id)
findCtpDeviceSecretById
在接口中 CtpDeviceSecretDao
public java.util.List<CtpDeviceSecret> findCtpDeviceSecretLikeName(java.lang.String deviceSecName)
public void updateCtpDeviceSecretNodefault()