@Service @Transactional public class LoggingAuditService extends BaseJeeeService<LoggingAuditDao,LoggingAudit>
dao, logger| 构造器和说明 |
|---|
LoggingAuditService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(java.lang.String[] ids) |
java.util.List<LoggingAudit> |
findList(LoggingAudit entity) |
Page<LoggingAudit> |
findPage(Page<LoggingAudit> page,
LoggingAudit entity) |
LoggingAudit |
get(LoggingAudit entity) |
LoggingAudit |
get(java.lang.String id) |
void |
save(LoggingAudit entity) |
autoDeleteById, autoGet, autoQuery, autoSave, autoSum, batchInsertRecord, batchSave, batchUpdateRecord, deleteByTable, edit, execSql, getLoginUserId, insertRecord, querySql, updateRecordecho, IF, ifEmpty, ifNotEmpty, ifnull, isEmpty, isNotEmptypublic LoggingAudit get(java.lang.String id)
get 在类中 BaseJeeeService<LoggingAuditDao,LoggingAudit>public LoggingAudit get(LoggingAudit entity)
get 在类中 BaseJeeeService<LoggingAuditDao,LoggingAudit>public Page<LoggingAudit> findPage(Page<LoggingAudit> page, LoggingAudit entity)
findPage 在类中 BaseJeeeService<LoggingAuditDao,LoggingAudit>public java.util.List<LoggingAudit> findList(LoggingAudit entity)
findList 在类中 BaseJeeeService<LoggingAuditDao,LoggingAudit>public void save(LoggingAudit entity)
save 在类中 BaseJeeeService<LoggingAuditDao,LoggingAudit>public void delete(java.lang.String[] ids)
delete 在类中 BaseJeeeService<LoggingAuditDao,LoggingAudit>Copyright © 2019. All Rights Reserved.