您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
I
J
O
P
R
S
T
U
W
A
AuditorAwareImpl
-
com.github.mengweijin.quickboot.jpa
中的类
自动填充 @CreatedBy, @LastModifiedBy
AuditorAwareImpl()
- 类 的构造器com.github.mengweijin.quickboot.jpa.
AuditorAwareImpl
B
BaseEntity
-
com.github.mengweijin.quickboot.jpa
中的类
注释:@DateTimeFormat(pattern = DateFormatUtil.YYYY_MM_DD_HH_MM_SS) 注释:@JsonFormat(pattern = DateFormatUtil.YYYY_MM_DD_HH_MM_SS) 注释:启用UTC时间就不需要了 格式化日期相关配置(不知道为什么不生效): # GMT+8, UTC spring.jackson.time-zone=GMT+8 spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
BaseEntity()
- 类 的构造器com.github.mengweijin.quickboot.jpa.
BaseEntity
BaseJpaRepository
<
T
,
ID
> -
com.github.mengweijin.quickboot.jpa.repository
中的接口
baseRepository
- 类 中的变量com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
BaseService
<
T
,
ID
extends
Serializable
,
R
extends
BaseJpaRepository
<
T
,
ID
>> -
com.github.mengweijin.quickboot.jpa.service
中的接口
BaseServiceImpl
<
T
,
ID
extends
Serializable
,
R
extends
BaseJpaRepository
<
T
,
ID
>> -
com.github.mengweijin.quickboot.jpa.service
中的类
BaseServiceImpl()
- 类 的构造器com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
beforeBodyWrite(Page, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse)
- 类 中的方法com.github.mengweijin.quickboot.jpa.page.
PageResponseBodyAdvice
当支持后进行相应的转换
C
com.github.mengweijin.quickboot.jpa
- 程序包 com.github.mengweijin.quickboot.jpa
com.github.mengweijin.quickboot.jpa.idgenerator
- 程序包 com.github.mengweijin.quickboot.jpa.idgenerator
com.github.mengweijin.quickboot.jpa.page
- 程序包 com.github.mengweijin.quickboot.jpa.page
com.github.mengweijin.quickboot.jpa.repository
- 程序包 com.github.mengweijin.quickboot.jpa.repository
com.github.mengweijin.quickboot.jpa.service
- 程序包 com.github.mengweijin.quickboot.jpa.service
count(Example<S>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend QueryByExampleExecutor
count()
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
count(Example<S>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
count()
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
createBy
- 类 中的变量com.github.mengweijin.quickboot.jpa.
BaseEntity
createTime
- 类 中的变量com.github.mengweijin.quickboot.jpa.
BaseEntity
CURRENT
- 类 中的静态变量com.github.mengweijin.quickboot.jpa.page.
Pager
默认当前页
D
delete(T)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
delete(T)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
deleteAll(Iterable<? extends T>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
deleteAll()
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
deleteAll(Iterable<? extends T>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
deleteAll()
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
deleteAllInBatch()
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
deleteAllInBatch()
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
deleteById(ID)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
deleteById(ID)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
deleted
- 类 中的变量com.github.mengweijin.quickboot.jpa.
BaseEntity
删除标记 --系统只做逻辑删除
deleteInBatch(Iterable<T>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
deleteInBatch(Iterable<T>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
E
EntityMapCamelCaseResultTransformer
-
com.github.mengweijin.quickboot.jpa
中的类
ResultTransformer
implementation which builds a map for each "row", made up of each aliased value where the alias is the map key.
exists(Example<S>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend QueryByExampleExecutor
exists(Example<S>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
existsById(ID)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
existsById(ID)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
F
findAll()
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
findAll(Sort)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
findAll(Example<T>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
findAll(Example<S>, Sort)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
findAll(Example<S>, Pageable)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend QueryByExampleExecutor
findAll(Pageable)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend PagingAndSortingRepository
findAll()
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findAll(Sort)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findAll(Example<T>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findAll(Example<S>, Sort)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findAll(Example<S>, Pageable)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findAll(Pageable)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findAllById(Iterable<ID>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
findAllById(Iterable<ID>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findById(ID)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
findById(ID)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
findByNativeSQL(String, Map<String, Serializable>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.repository.
BaseJpaRepository
native query
findByNativeSQL(String, Map<String, Serializable>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.repository.
SimpleBaseJpaRepository
native query
findOne(Example<S>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend QueryByExampleExecutor
findOne(Example<S>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
fromString(String)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringTypeDescriptor
G
generate(SharedSessionContractImplementor, Object)
- 类 中的方法com.github.mengweijin.quickboot.jpa.idgenerator.
SnowflakeIdGenerator
generate(SharedSessionContractImplementor, Object)
- 类 中的方法com.github.mengweijin.quickboot.jpa.idgenerator.
TimestampIdGenerator
getAuditorAware()
- 类 中的方法com.github.mengweijin.quickboot.jpa.
JpaConfig
自动填充 @CreatedBy, @LastModifiedBy
getCurrentAuditor()
- 类 中的方法com.github.mengweijin.quickboot.jpa.
AuditorAwareImpl
getName()
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringType
getOne(ID)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
getOne(ID)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
getRepository()
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
获取Repository
getRepository()
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
I
id
- 类 中的变量com.github.mengweijin.quickboot.jpa.
BaseEntity
自动生成主键 JsonSerialize:JavaScript 无法处理 Java 的长整型 Long 导致精度丢失,具体表现为主键最后两位永远为 0
INSTANCE
- 类 中的静态变量com.github.mengweijin.quickboot.jpa.
EntityMapCamelCaseResultTransformer
INSTANCE
- 类 中的静态变量com.github.mengweijin.quickboot.jpa.
TrimStringType
INSTANCE
- 类 中的静态变量com.github.mengweijin.quickboot.jpa.
TrimStringTypeDescriptor
isTransformedValueATupleElement(String[], int)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
EntityMapCamelCaseResultTransformer
J
JpaConfig
-
com.github.mengweijin.quickboot.jpa
中的类
JpaConfig()
- 类 的构造器com.github.mengweijin.quickboot.jpa.
JpaConfig
JpaPagerArgumentResolver
-
com.github.mengweijin.quickboot.jpa.page
中的类
JpaPagerArgumentResolver()
- 类 的构造器com.github.mengweijin.quickboot.jpa.page.
JpaPagerArgumentResolver
O
objectToSQLString(String, Dialect)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringType
P
Pager
<
T
> -
com.github.mengweijin.quickboot.jpa.page
中的类
Pager()
- 类 的构造器com.github.mengweijin.quickboot.jpa.page.
Pager
PageResponseBodyAdvice
-
com.github.mengweijin.quickboot.jpa.page
中的类
PageResponseBodyAdvice()
- 类 的构造器com.github.mengweijin.quickboot.jpa.page.
PageResponseBodyAdvice
R
registerUnderJavaType()
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringType
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory)
- 类 中的方法com.github.mengweijin.quickboot.jpa.page.
JpaPagerArgumentResolver
当支持后进行相应的转换
S
save(S)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend CrudRepository
save(S)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
saveAll(Iterable<S>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
saveAll(Iterable<S>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
saveAndFlush(S)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend JpaRepository
saveAndFlush(S)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
SimpleBaseJpaRepository
<
T
,
ID
> -
com.github.mengweijin.quickboot.jpa.repository
中的类
SIZE
- 类 中的静态变量com.github.mengweijin.quickboot.jpa.page.
Pager
默认每页展示数目
SnowflakeIdGenerator
-
com.github.mengweijin.quickboot.jpa.idgenerator
中的类
SnowflakeIdGenerator()
- 类 的构造器com.github.mengweijin.quickboot.jpa.idgenerator.
SnowflakeIdGenerator
stringToObject(String)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringType
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.page.
PageResponseBodyAdvice
判断是否支持要转换的参数类型
supportsParameter(MethodParameter)
- 类 中的方法com.github.mengweijin.quickboot.jpa.page.
JpaPagerArgumentResolver
判断是否支持要转换的参数类型
T
TimestampIdGenerator
-
com.github.mengweijin.quickboot.jpa.idgenerator
中的类
TimestampIdGenerator()
- 类 的构造器com.github.mengweijin.quickboot.jpa.idgenerator.
TimestampIdGenerator
toString(String)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringType
toString(String)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringTypeDescriptor
transformTuple(Object[], String[])
- 类 中的方法com.github.mengweijin.quickboot.jpa.
EntityMapCamelCaseResultTransformer
TrimStringType
-
com.github.mengweijin.quickboot.jpa
中的类
A type that maps between
VARCHAR
and
String
情景:当数据库字段为 char(10) 类型时,使用jpa插入数据长度不够 10 时,数据库会自动追加空格; 当再次使用jpa查询数据时,返回到前台的该char字段(在java中使用String接收)就会多出一些空格,需要去除。
TrimStringType()
- 类 的构造器com.github.mengweijin.quickboot.jpa.
TrimStringType
TrimStringTypeDescriptor
-
com.github.mengweijin.quickboot.jpa
中的类
Descriptor for
String
handling.
TrimStringTypeDescriptor()
- 类 的构造器com.github.mengweijin.quickboot.jpa.
TrimStringTypeDescriptor
U
unwrap(String, Class<X>, WrapperOptions)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringTypeDescriptor
update(ID, S)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.repository.
BaseJpaRepository
部分更新数据
update(ID, S)
- 类 中的方法com.github.mengweijin.quickboot.jpa.repository.
SimpleBaseJpaRepository
update(ID, T)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend BaseJpaRepository
update(ID, T)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
updateAndFlush(ID, S)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.repository.
BaseJpaRepository
部分更新数据
updateAndFlush(ID, S)
- 类 中的方法com.github.mengweijin.quickboot.jpa.repository.
SimpleBaseJpaRepository
updateAndFlush(ID, T)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseService
extend BaseJpaRepository
updateAndFlush(ID, T)
- 类 中的方法com.github.mengweijin.quickboot.jpa.service.
BaseServiceImpl
updateBy
- 类 中的变量com.github.mengweijin.quickboot.jpa.
BaseEntity
updateByNativeSQL(String, Map<String, Serializable>)
- 接口 中的方法com.github.mengweijin.quickboot.jpa.repository.
BaseJpaRepository
native update
updateByNativeSQL(String, Map<String, Serializable>)
- 类 中的方法com.github.mengweijin.quickboot.jpa.repository.
SimpleBaseJpaRepository
native update
updateTime
- 类 中的变量com.github.mengweijin.quickboot.jpa.
BaseEntity
W
wrap(X, WrapperOptions)
- 类 中的方法com.github.mengweijin.quickboot.jpa.
TrimStringTypeDescriptor
A
B
C
D
E
F
G
I
J
O
P
R
S
T
U
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2020. All rights reserved.