C D E F G M P S U W
C
- cn.sexycode.myjpa.data.mybatis - 程序包 cn.sexycode.myjpa.data.mybatis
-
- cn.sexycode.myjpa.data.repository - 程序包 cn.sexycode.myjpa.data.repository
-
- cn.sexycode.myjpa.data.repository.query - 程序包 cn.sexycode.myjpa.data.repository.query
-
- cn.sexycode.myjpa.data.repository.support - 程序包 cn.sexycode.myjpa.data.repository.support
-
- count() - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- count(Example<S>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- count(Specification<T>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- create(EntityManager, QueryLookupStrategy.Key, QueryExtractor, QueryMethodEvaluationContextProvider) - 类 中的静态方法cn.sexycode.myjpa.data.repository.support.MyjpaQueryLookupStrategy
-
Creates a QueryLookupStrategy for the given EntityManager and QueryLookupStrategy.Key.
- createRepositoryFactory(EntityManager) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryFactoryBean
-
D
- delete(T) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- deleteAll(Iterable<? extends T>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- deleteAll() - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- deleteAllInBatch() - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- deleteById(ID) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- deleteInBatch(Iterable<T>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- doCreateCountQuery(JpaParametersParameterAccessor) - 类 中的方法cn.sexycode.myjpa.data.repository.query.MyjpaQueryImpl
-
- doCreateQuery(JpaParametersParameterAccessor) - 类 中的方法cn.sexycode.myjpa.data.repository.query.MyjpaQueryImpl
-
E
- exists(Example<S>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- existsById(ID) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
F
- findAll() - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Sort) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Pageable) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Example<S>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Example<S>, Sort) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Example<S>, Pageable) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Specification<T>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Specification<T>, Pageable) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAll(Specification<T>, Sort) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findAllById(Iterable<ID>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findById(ID) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findOne(Example<S>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- findOne(Specification<T>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- flush() - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
G
- getNamedQueryName() - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaQueryMethod
-
- getOne(ID) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
M
- MyjpaQueryImpl - cn.sexycode.myjpa.data.repository.query中的类
-
- MyjpaQueryImpl(JpaQueryMethod, EntityManager) - 类 的构造器cn.sexycode.myjpa.data.repository.query.MyjpaQueryImpl
-
Creates a new AbstractJpaQuery from the given JpaQueryMethod.
- MyjpaQueryLookupStrategy - cn.sexycode.myjpa.data.repository.support中的类
-
Query lookup strategy to execute finders.
- MyjpaQueryMethod - cn.sexycode.myjpa.data.repository.support中的类
-
JPA specific extension of QueryMethod.
- MyjpaQueryMethod(Method, RepositoryMetadata, ProjectionFactory, QueryExtractor) - 类 的构造器cn.sexycode.myjpa.data.repository.support.MyjpaQueryMethod
-
- MyjpaRepository<T,ID> - cn.sexycode.myjpa.data.repository中的接口
-
- MyjpaRepositoryFactoryBean - cn.sexycode.myjpa.data.repository.support中的类
-
- MyjpaRepositoryFactoryBean(Class) - 类 的构造器cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryFactoryBean
-
Creates a new JpaRepositoryFactoryBean for the given repository interface.
- MyjpaRepositoryImpl<T,ID> - cn.sexycode.myjpa.data.repository.support中的类
-
- MyjpaRepositoryImpl(Class<T>, EntityManager, Class) - 类 的构造器cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
P
- PagePluginImpl - cn.sexycode.myjpa.data.mybatis中的类
-
- PagePluginImpl() - 类 的构造器cn.sexycode.myjpa.data.mybatis.PagePluginImpl
-
S
- save(S) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- saveAll(Iterable<S>) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- saveAndFlush(S) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
- setRepositoryMethodMetadata(CrudMethodMetadata) - 类 中的方法cn.sexycode.myjpa.data.repository.support.MyjpaRepositoryImpl
-
Configures the CrudMethodMetadata to be used with the repository.
U
- unWarpPage(Object[], Class<?>, Object) - 类 中的方法cn.sexycode.myjpa.data.mybatis.PagePluginImpl
-
取出Page对象中的数据
W
- warpPage(Object[], Class<?>, List<E>) - 类 中的方法cn.sexycode.myjpa.data.mybatis.PagePluginImpl
-
C D E F G M P S U W
Copyright © 2020. All rights reserved.