Class AttachmentDAO
java.lang.Object
io.github.xezzon.zeroweb.common.jpa.BaseDAO<Attachment, String, AttachmentRepository>
io.github.xezzon.zeroweb.attachment.internal.AttachmentDAO
- All Implemented Interfaces:
io.github.xezzon.zeroweb.core.trait.NewType<AttachmentRepository>
@Repository
public class AttachmentDAO
extends io.github.xezzon.zeroweb.common.jpa.BaseDAO<Attachment, String, AttachmentRepository>
附件数据访问对象
- Author:
- xezzon
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO
io.github.xezzon.zeroweb.common.jpa.BaseDAO.UpdateCriteriaBuilder<T> -
Method Summary
Methods inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO
findAll, get