类 AbstractJpaService<E extends cn.herodotus.stirrup.core.definition.domain.base.Entity,ID extends Serializable>
java.lang.Object
cn.herodotus.stirrup.data.crud.service.AbstractJpaService<E,ID>
- 所有已实现的接口:
JpaReadableService<E,,ID> JpaWriteableService<E,ID>
public abstract class AbstractJpaService<E extends cn.herodotus.stirrup.core.definition.domain.base.Entity,ID extends Serializable>
extends Object
implements JpaWriteableService<E,ID>
Description: 通用核心 Service
- 作者:
- : gengwei.zheng
- Date:
- : 2021/7/14 14:32
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, getRepository从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
构造器详细资料
-
AbstractJpaService
public AbstractJpaService()
-
-
方法详细资料
-
like
-