索引

A B C D E F G H J L M O Q S T 
所有程序包|所有类和接口|序列化表格

A

AbstractJpaEntity - cn.herodotus.stirrup.data.crud.entity中的类
Description : 实体通用属性
AbstractJpaEntity() - 类的构造器 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
AbstractJpaService<E,ID> - cn.herodotus.stirrup.data.crud.service中的类
Description: 通用核心 Service
AbstractJpaService() - 类的构造器 cn.herodotus.stirrup.data.crud.service.AbstractJpaService
 
AbstractMongoEntity - cn.herodotus.stirrup.data.crud.entity中的类
Description: MongoDB 基础实体
AbstractMongoEntity() - 类的构造器 cn.herodotus.stirrup.data.crud.entity.AbstractMongoEntity
 
AbstractUuidGenerator - cn.herodotus.stirrup.data.crud.generator中的类
Description: 基于 Hibernate 6 的自定义 Uuid 生成器
AbstractUuidGenerator(Member) - 类的构造器 cn.herodotus.stirrup.data.crud.generator.AbstractUuidGenerator
 

B

BaseDefaultIdEntity - cn.herodotus.stirrup.data.crud.entity中的类
Description : BaseSystemEntity
BaseDefaultIdEntity() - 类的构造器 cn.herodotus.stirrup.data.crud.entity.BaseDefaultIdEntity
 
BaseEntity - cn.herodotus.stirrup.data.crud.entity中的类
Description: 通用的基础实体定义
BaseEntity() - 类的构造器 cn.herodotus.stirrup.data.crud.entity.BaseEntity
 
BaseJpaRepository<E,ID> - cn.herodotus.stirrup.data.crud.repository中的接口
Description : 基础Repository
BaseMongoRepository<E,ID> - cn.herodotus.stirrup.data.crud.repository中的接口
Description: Spring Data Mongo 基础 Repository
BaseSysEntity - cn.herodotus.stirrup.data.crud.entity中的类
Description: 框架基础权限实体通用基础类
BaseSysEntity() - 类的构造器 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
BaseTenantEntity - cn.herodotus.stirrup.data.crud.entity中的类
Description: DISCRIMINATOR 类型多租户实体基础类
BaseTenantEntity() - 类的构造器 cn.herodotus.stirrup.data.crud.entity.BaseTenantEntity
 

C

cn.herodotus.stirrup.data.crud.annotation - 程序包 cn.herodotus.stirrup.data.crud.annotation
 
cn.herodotus.stirrup.data.crud.entity - 程序包 cn.herodotus.stirrup.data.crud.entity
 
cn.herodotus.stirrup.data.crud.generator - 程序包 cn.herodotus.stirrup.data.crud.generator
 
cn.herodotus.stirrup.data.crud.repository - 程序包 cn.herodotus.stirrup.data.crud.repository
 
cn.herodotus.stirrup.data.crud.service - 程序包 cn.herodotus.stirrup.data.crud.service
 
count() - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
count() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询数量
count(Specification<E>) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
count(Specification<E>) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询数量

D

delete(E) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
删除数据
delete(E) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
删除实体对应的数据
deleteAll() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
删除全部数据
deleteAll(Iterable<E>) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
删除指定多个数据
deleteAllInBatch() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
批量全部删除
deleteById(ID) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
deleteById(ID) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
根据ID删除数据
deleteById(ID) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
根据 ID 删除

E

equals(Object) - 类中的方法 org.hibernate.cache.spi.QueryKey
 
existsById(ID) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
数据是否存在

F

findAll() - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
findAll() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询全部数据
findAll() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
查询全部
findAll(Pageable) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
findAll(Sort) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
findAll(Sort) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询全部数据
findAll(Sort) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
排序查询全部
findAll(Specification<E>) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
findAll(Specification<E>) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询全部数据
findAll(Specification<E>, Pageable) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
findAll(Specification<E>, Sort) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
findAll(Specification<E>, Sort) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询全部数据
findById(ID) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
findById(ID) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
根据ID查询数据
findById(ID) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
根据 ID 查询
findByPage(int, int) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询分页数据
findByPage(int, int) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
查询分页数据
findByPage(int, int, Sort) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询分页数据
findByPage(int, int, Sort) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
查询分页数据
findByPage(int, int, Sort.Direction) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询分页数据
findByPage(int, int, Sort.Direction, String...) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询分页数据
findByPage(int, int, Sort.Direction, String...) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
查询分页数据
findByPage(Pageable) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询分页数据
findByPage(Pageable) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
分页查询
findByPage(Specification<E>, int, int) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询分页数据
findByPage(Specification<E>, Pageable) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
查询分页数据
findOne(Specification<E>) - 接口中的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
 
flush() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
刷新实体状态
from(String, Limit, QueryParameterBindings, SharedSessionContractImplementor) - 类中的静态方法 org.hibernate.cache.spi.QueryKey
 

G

generate(SharedSessionContractImplementor, Object) - 类中的方法 cn.herodotus.stirrup.data.crud.generator.AbstractUuidGenerator
 
generate(SharedSessionContractImplementor, Object) - 类中的方法 cn.herodotus.stirrup.data.crud.generator.SnowFlakeIDGenerator
 
getCreateBy() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
getCreateTime() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseEntity
 
getDescription() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
getId() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractMongoEntity
 
getId() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseDefaultIdEntity
 
getRanking() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
getRepository() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
获取Repository
getRepository() - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
获取对应的 Mongo Repository
getReserved() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
getReversion() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
getStatus() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
getUpdateBy() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
getUpdateTime() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseEntity
 

H

hashCode() - 类中的方法 org.hibernate.cache.spi.QueryKey
 

J

JpaReadableService<E,ID> - cn.herodotus.stirrup.data.crud.service中的接口
Description : 只读Service,可以提供基于视图实体的操作
JpaWriteableService<E,ID> - cn.herodotus.stirrup.data.crud.service中的接口
Description: 可读、可写的Service基础接口

L

like(String) - 类中的方法 cn.herodotus.stirrup.data.crud.service.AbstractJpaService
 

M

MongoService<E,ID> - cn.herodotus.stirrup.data.crud.service中的接口
Description: Spring Data Mongo 基础 Service

O

org.hibernate.cache.spi - 程序包 org.hibernate.cache.spi
 

Q

QueryKey - org.hibernate.cache.spi中的类
Description: 分页缓存
QueryKey(String, QueryKey.ParameterBindingsMemento, Integer, Integer, String, Set<String>) - 类的构造器 org.hibernate.cache.spi.QueryKey
 
QueryKey.ParameterBindingsMemento - org.hibernate.cache.spi中的接口
todo (6.0) : integrate work from original 6.0 branch

S

save(E) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
保存或更新数据
save(E) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.MongoService
保存或更新数据
saveAll(Iterable<S>) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
批量保存或更新数据
saveAllAndFlush(List<E>) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
批量保存或者更新
saveAndFlush(E) - 接口中的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
保存或者更新
setCreateBy(String) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
setCreateTime(Date) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseEntity
 
setDescription(String) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
setId(String) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractMongoEntity
 
setId(String) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseDefaultIdEntity
 
setRanking(Integer) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
setReserved(Boolean) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
setReversion(Integer) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
setStatus(DataItemStatus) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
 
setUpdateBy(String) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
setUpdateTime(Date) - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseEntity
 
SnowFlakeIDGenerator - cn.herodotus.stirrup.data.crud.generator中的类
雪花主键生成器,使用 hutool 的雪花主键生成器
SnowFlakeIDGenerator(SnowIdGenerator, Member, CustomIdGeneratorCreationContext) - 类的构造器 cn.herodotus.stirrup.data.crud.generator.SnowFlakeIDGenerator
 
SnowIdGenerator - cn.herodotus.stirrup.data.crud.annotation中的批注接口
雪花主键ID

T

toString() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
 
toString() - 类中的方法 cn.herodotus.stirrup.data.crud.entity.BaseEntity
 
A B C D E F G H J L M O Q S T 
所有程序包|所有类和接口|序列化表格