Index
All Classes and Interfaces|All Packages|Serialized Form
A
- abs(String) - Static method in class top.codef.sqlfilter.Selectors
- AbstractDao - Class in top.codef.dao
- AbstractDao() - Constructor for class top.codef.dao.AbstractDao
- AbstractDaoWithClass<T> - Class in top.codef.dao
- AbstractDaoWithClass() - Constructor for class top.codef.dao.AbstractDaoWithClass
- AbstractHashCDao - Class in top.codef.redisdao
- AbstractHashCDao() - Constructor for class top.codef.redisdao.AbstractHashCDao
- AbstractHashDDao - Class in top.codef.redisdao
- AbstractHashDDao() - Constructor for class top.codef.redisdao.AbstractHashDDao
- AbstractListCDao - Class in top.codef.redisdao
- AbstractListCDao() - Constructor for class top.codef.redisdao.AbstractListCDao
- AbstractListDDao - Class in top.codef.redisdao
- AbstractListDDao() - Constructor for class top.codef.redisdao.AbstractListDDao
- AbstractRedisCDao - Class in top.codef.redisdao
- AbstractRedisCDao() - Constructor for class top.codef.redisdao.AbstractRedisCDao
- AbstractRedisDDao - Class in top.codef.redisdao
- AbstractRedisDDao() - Constructor for class top.codef.redisdao.AbstractRedisDDao
- AbstractSetCDao - Class in top.codef.redisdao
- AbstractSetCDao() - Constructor for class top.codef.redisdao.AbstractSetCDao
- AbstractSetDDao - Class in top.codef.redisdao
- AbstractSetDDao() - Constructor for class top.codef.redisdao.AbstractSetDDao
- AbstractValueDao - Class in top.codef.redisdao
- AbstractValueDao() - Constructor for class top.codef.redisdao.AbstractValueDao
- AbstractZSetCDao - Class in top.codef.redisdao
- AbstractZSetCDao() - Constructor for class top.codef.redisdao.AbstractZSetCDao
- AbstractZsetDDao - Class in top.codef.redisdao
- AbstractZsetDDao() - Constructor for class top.codef.redisdao.AbstractZsetDDao
- add(String) - Method in class top.codef.redisdao.AbstractSetCDao
- add(String...) - Method in class top.codef.sqlfilter.GroupingElement
- add(String, double) - Method in class top.codef.redisdao.AbstractZSetCDao
- add(String, String) - Method in class top.codef.redisdao.AbstractSetDDao
- add(String, String, double) - Method in class top.codef.redisdao.AbstractZsetDDao
- add(Collection<String>) - Method in class top.codef.sqlfilter.GroupingElement
- addAll(String, Collection<String>) - Method in class top.codef.redisdao.AbstractSetDDao
- addAll(String, Set<ZSetOperations.TypedTuple<String>>) - Method in class top.codef.redisdao.AbstractZsetDDao
- addAll(Collection<String>) - Method in class top.codef.redisdao.AbstractSetCDao
- addAll(Set<ZSetOperations.TypedTuple<String>>) - Method in class top.codef.redisdao.AbstractZSetCDao
- addElement(String, T) - Method in class top.codef.sqlfilter.CommonElement
- AmebaConfig - Class in top.codef.config
- AmebaConfig() - Constructor for class top.codef.config.AmebaConfig
- AmebaDao - Interface in top.codef.dao
- AmebaProperties - Class in top.codef.properties
- AmebaProperties() - Constructor for class top.codef.properties.AmebaProperties
- ASC - Enum constant in enum class top.codef.enums.OrderEnum
- avg(String) - Static method in class top.codef.sqlfilter.Selectors
B
- BaseDao - Class in top.codef.dao
- BaseDao() - Constructor for class top.codef.dao.BaseDao
- between(String, T, T) - Method in class top.codef.sqlfilter.CommonFilter
C
- checkNotNull(T) - Method in class top.codef.sqlfilter.CommonFilter
- clazz() - Method in class top.codef.dao.AbstractDaoWithClass
- commonDao() - Method in class top.codef.config.AmebaConfig
- CommonDao - Class in top.codef.dao
- CommonDao() - Constructor for class top.codef.dao.CommonDao
- CommonElement - Class in top.codef.sqlfilter
- CommonElement() - Constructor for class top.codef.sqlfilter.CommonElement
- CommonExceptionHandlerConfig - Class in top.codef.config
- CommonExceptionHandlerConfig() - Constructor for class top.codef.config.CommonExceptionHandlerConfig
- CommonFilter - Class in top.codef.sqlfilter
- CommonFilter() - Constructor for class top.codef.sqlfilter.CommonFilter
- ComparebleFilterElement<T extends Comparable<T>> - Class in top.codef.sqlfilter
- ComparebleFilterElement(String, T, FilterSymbol) - Constructor for class top.codef.sqlfilter.ComparebleFilterElement
- compareTo(PathElement) - Method in class top.codef.sqlfilter.PathElement
- condition(CriteriaBuilder, Path<?>) - Method in interface top.codef.sqlfilter.functional.FilterCondition
- conditionHandle(CommonFilter, CriteriaQuery<T>, CriteriaBuilder, Root<R>) - Method in interface top.codef.dao.AmebaDao
- conditionHandle(CommonFilter, Pageable, CriteriaQuery<T>, CriteriaBuilder, Root<R>) - Method in interface top.codef.dao.AmebaDao
- count(Class<T>, CommonFilter) - Method in class top.codef.dao.BaseDao
-
数量
- count(String) - Static method in class top.codef.sqlfilter.Selectors
- count(TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
-
数量
- countDistinct(Class<T>, String, CommonFilter) - Method in class top.codef.dao.BaseDao
-
数量
- countDistinct(String, TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
-
数量
- create() - Static method in class top.codef.sqlfilter.CommonElement
- create() - Static method in class top.codef.sqlfilter.NullValue
- create(T) - Method in class top.codef.dao.AbstractDao
-
持久化实体
- create(T) - Method in class top.codef.dao.AbstractDaoWithClass
- createBoundHash() - Method in class top.codef.redisdao.AbstractHashCDao
- createBoundHash() - Method in class top.codef.redisdao.AbstractHashDDao
- createFilter() - Static method in class top.codef.sqlfilter.QueryBuilder
- createFilter(Class<T>) - Static method in class top.codef.sqlfilter.QueryBuilder
- createOrUpdate(T) - Method in class top.codef.dao.AbstractDao
- createOrUpdate(T) - Method in class top.codef.dao.AbstractDaoWithClass
- createResultModel(T) - Method in enum class top.codef.enums.ResponseStatusEnum
- createStatusModel() - Method in enum class top.codef.enums.ResponseStatusEnum
- createStatusModel(String) - Method in enum class top.codef.enums.ResponseStatusEnum
- createValueOperation() - Method in class top.codef.redisdao.AbstractValueDao
- createZsetOperation() - Method in class top.codef.redisdao.AbstractZSetCDao
- createZsetOperation() - Method in class top.codef.redisdao.AbstractZsetDDao
D
- decode(String, Response) - Method in class top.codef.feign.FeignErrorDecoder
- delete(Serializable) - Method in class top.codef.dao.AbstractDaoWithClass
- delete(Class<T>, Serializable) - Method in class top.codef.dao.AbstractDao
-
通过id删除实体
- delete(Class<T>, CommonFilter) - Method in class top.codef.dao.BaseDao
- delete(T) - Method in class top.codef.dao.AbstractDao
-
删除实体
- delete(T) - Method in class top.codef.dao.AbstractDaoWithClass
- delete(TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
- deleteKey() - Method in class top.codef.redisdao.AbstractRedisCDao
- deleteKey() - Method in interface top.codef.redisdao.interfaces.RedisCDao
- deleteKey(String) - Method in class top.codef.redisdao.AbstractRedisDDao
- deleteKey(String) - Method in interface top.codef.redisdao.interfaces.RedisDDao
- DESC - Enum constant in enum class top.codef.enums.OrderEnum
- detach(T) - Method in class top.codef.dao.AbstractDao
-
游离化实体
- detach(T) - Method in class top.codef.dao.AbstractDaoWithClass
E
- Element<T> - Class in top.codef.sqlfilter
- Element() - Constructor for class top.codef.sqlfilter.Element
- Element(String, T) - Constructor for class top.codef.sqlfilter.Element
- EntityMethodInterceptor - Class in top.codef.sqlfilter.typed
- EntityMethodInterceptor() - Constructor for class top.codef.sqlfilter.typed.EntityMethodInterceptor
- entries() - Method in class top.codef.redisdao.AbstractHashCDao
- entries(String) - Method in class top.codef.redisdao.AbstractHashDDao
- eq(String, T) - Method in class top.codef.sqlfilter.CommonFilter
- eq(Function<E, T>, T) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- EQ - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- eqFeild(String, String) - Method in class top.codef.sqlfilter.CommonFilter
- expire(long, TimeUnit) - Method in class top.codef.redisdao.AbstractRedisCDao
- expire(long, TimeUnit) - Method in interface top.codef.redisdao.interfaces.RedisCDao
- expire(String, long, TimeUnit) - Method in class top.codef.redisdao.AbstractRedisDDao
- expire(String, long, TimeUnit) - Method in interface top.codef.redisdao.interfaces.RedisDDao
F
- FAIL - Enum constant in enum class top.codef.enums.ResponseStatusEnum
- feignClientException(FeignException) - Method in class top.codef.controllers.FeignClientExceptionHandler
- feignClientExceptionHandler() - Method in class top.codef.config.FeignClientExceptionHandlerConfig
- FeignClientExceptionHandler - Class in top.codef.controllers
- FeignClientExceptionHandler() - Constructor for class top.codef.controllers.FeignClientExceptionHandler
- FeignClientExceptionHandlerConfig - Class in top.codef.config
- FeignClientExceptionHandlerConfig() - Constructor for class top.codef.config.FeignClientExceptionHandlerConfig
- feignErrorDecoder() - Method in class top.codef.config.FeignClientExceptionHandlerConfig
- FeignErrorDecoder - Class in top.codef.feign
- FeignErrorDecoder(ObjectMapper) - Constructor for class top.codef.feign.FeignErrorDecoder
- field - Variable in class top.codef.sqlfilter.Element
- FilterCondition - Interface in top.codef.sqlfilter.functional
- FilterElement<T> - Class in top.codef.sqlfilter
- FilterElement() - Constructor for class top.codef.sqlfilter.FilterElement
- FilterElement(String, T, FilterSymbol) - Constructor for class top.codef.sqlfilter.FilterElement
- FilterModel - Interface in top.codef.sqlfilter.functional
- FilterSymbol - Enum Class in top.codef.sqlfilter
- flush() - Method in class top.codef.dao.AbstractDao
-
同步持久化上下文
- flush() - Method in class top.codef.dao.AbstractDaoWithClass
- fsy - Variable in class top.codef.sqlfilter.FilterElement
G
- ge(String, T) - Method in class top.codef.sqlfilter.CommonFilter
- ge(Function<E, T>, T) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- GE - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- generateUid() - Method in interface top.codef.dao.AmebaDao
-
mysql可直接使用,生成数据库级唯一id方法;
- get(Serializable) - Method in class top.codef.dao.AbstractDaoWithClass
- get(Class<? extends T>, Serializable) - Method in class top.codef.dao.AbstractDao
-
根据id获取实体
- get(String) - Method in class top.codef.redisdao.AbstractHashCDao
- get(String) - Method in class top.codef.redisdao.AbstractValueDao
- getAll() - Method in class top.codef.redisdao.AbstractListCDao
- getAll(String) - Method in class top.codef.redisdao.AbstractListDDao
- getAllInfo(String) - Method in class top.codef.redisdao.AbstractZsetDDao
- getClazz() - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- getContent() - Method in class top.codef.models.Page
- getEachPageSize() - Method in class top.codef.models.Pageable
- getEnableErrorAdvice() - Method in class top.codef.properties.AmebaProperties
- getEntityManager() - Method in class top.codef.dao.AbstractDao
-
获取当前数据连接对应的entitymanager
- getEntityManager() - Method in class top.codef.dao.AbstractDaoWithClass
- getEntityManager() - Method in interface top.codef.dao.AmebaDao
- getExpire(String, TimeUnit) - Method in class top.codef.redisdao.AbstractValueDao
- getExplain() - Method in enum class top.codef.enums.ResponseStatusEnum
- getExplain() - Method in enum class top.codef.sqlfilter.FilterSymbol
- getField() - Method in class top.codef.sqlfilter.Element
- getFields() - Method in class top.codef.sqlfilter.GroupingElement
- getFsy() - Method in class top.codef.sqlfilter.FilterElement
- getGroupingBy() - Method in class top.codef.sqlfilter.CommonFilter
- getHashValue(String, String) - Method in class top.codef.redisdao.AbstractHashDDao
- getJoinList() - Method in class top.codef.sqlfilter.CommonFilter
- getKey() - Method in interface top.codef.redisdao.interfaces.RedisCDao
- getKey(String) - Method in interface top.codef.redisdao.interfaces.RedisDDao
- getLimitCount() - Method in class top.codef.sqlfilter.CommonFilter
- getLimitStart() - Method in class top.codef.sqlfilter.CommonFilter
- getList() - Method in class top.codef.sqlfilter.CommonElement
- getList() - Method in class top.codef.sqlfilter.CommonFilter
- getList(Class<T>) - Method in class top.codef.dao.BaseDao
-
获取所有数据
- getList(Class<T>) - Method in class top.codef.dao.TypedBaseDao
-
获取所有数据
- getList(Class<T>, Class<K>, CommonFilter) - Method in class top.codef.dao.BaseDao
- getList(Class<T>, Class<R>, Pageable, CommonFilter) - Method in class top.codef.dao.BaseDao
- getList(Class<T>, Pageable, CommonFilter) - Method in class top.codef.dao.BaseDao
-
分页所做查询列表
- getList(Class<T>, Pageable, TypedCommonFilter<R>) - Method in class top.codef.dao.TypedBaseDao
- getList(Class<T>, CommonFilter) - Method in class top.codef.dao.BaseDao
-
获取列表
- getList(Class<T>, TypedCommonFilter<K>) - Method in class top.codef.dao.TypedBaseDao
- getList(String, Collection<String>) - Method in class top.codef.redisdao.AbstractHashDDao
- getList(Collection<String>) - Method in class top.codef.redisdao.AbstractHashCDao
- getList(Pageable, TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
-
分页所做查询列表
- getList(TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
-
获取列表
- getMessage() - Method in enum class top.codef.enums.ResponseStatusEnum
- getMessage() - Method in class top.codef.models.StatusResultModel
- getOrder() - Method in class top.codef.models.Pageable
- getOrderList() - Method in class top.codef.sqlfilter.CommonFilter
- getOrderStr() - Method in class top.codef.models.Pageable
- getPage(Class<T>, Class<R>, Pageable, CommonFilter) - Method in class top.codef.dao.BaseDao
- getPage(Class<T>, Pageable, CommonFilter) - Method in class top.codef.dao.BaseDao
- getPage(Class<T>, Pageable, TypedCommonFilter<R>) - Method in class top.codef.dao.TypedBaseDao
- getPageable() - Method in class top.codef.models.Page
- getPageCount() - Method in class top.codef.models.Pageable
- getPageNo() - Method in class top.codef.models.Pageable
- getPageTyp(Pageable, TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
- getPath(String, Path<?>) - Static method in class top.codef.sqlfilter.PathUtils
- getPropName() - Method in class top.codef.sqlfilter.typed.EntityMethodInterceptor
- getProxy() - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- getRedisDao() - Method in interface top.codef.redisdao.interfaces.RedisDataMaintanceService
-
获取redidao
- getResult() - Method in class top.codef.models.ResultModel
- getReturnType() - Method in class top.codef.sqlfilter.typed.EntityMethodInterceptor
- getSelectors() - Method in class top.codef.sqlfilter.CommonFilter
- getSession() - Method in class top.codef.dao.AbstractDao
-
获取hibernate session
- getSession() - Method in class top.codef.dao.AbstractDaoWithClass
- getSingle(Class<T>, Class<K>, CommonFilter) - Method in class top.codef.dao.BaseDao
-
获取单个实例
- getSingle(Class<T>, CommonFilter) - Method in class top.codef.dao.BaseDao
-
获取单个实例
- getSingle(Class<T>, TypedCommonFilter<K>) - Method in class top.codef.dao.TypedBaseDao
-
获取单个实例
- getSingle(TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
-
获取单个实例
- getStatus() - Method in enum class top.codef.enums.ResponseStatusEnum
- getStatus() - Method in class top.codef.models.StatusResultModel
- getStringRedisTemplate() - Method in interface top.codef.redisdao.interfaces.RedisDao
- getTotalCount() - Method in class top.codef.models.Pageable
- getUpdatableList() - Method in class top.codef.sqlfilter.CommonFilter
- getUpdatableList() - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- getValue() - Method in class top.codef.sqlfilter.Element
- globalExceptionHandler() - Method in class top.codef.config.CommonExceptionHandlerConfig
- GlobalExceptionHandler - Class in top.codef.controllers
- GlobalExceptionHandler() - Constructor for class top.codef.controllers.GlobalExceptionHandler
- groupBy(Path<?>) - Method in interface top.codef.sqlfilter.functional.GroupCondition
- groupBy(String...) - Method in class top.codef.sqlfilter.CommonFilter
- groupBy(Function<E, T>...) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- groupBy(List<GroupCondition>, CriteriaBuilder, Root<?>) - Method in interface top.codef.dao.AmebaDao
- groupBy(CommonFilter, CriteriaQuery<T>, CriteriaBuilder, Root<R>) - Method in interface top.codef.dao.AmebaDao
- GroupCondition - Interface in top.codef.sqlfilter.functional
- groupingBy - Variable in class top.codef.sqlfilter.CommonFilter
- GroupingElement - Class in top.codef.sqlfilter
- GroupingElement() - Constructor for class top.codef.sqlfilter.GroupingElement
- GroupingElement(String...) - Constructor for class top.codef.sqlfilter.GroupingElement
- gt(String, T) - Method in class top.codef.sqlfilter.CommonFilter
- gt(Function<E, T>, T) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- GT - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
H
- hasKey() - Method in class top.codef.redisdao.AbstractRedisCDao
- hasKey() - Method in interface top.codef.redisdao.interfaces.RedisCDao
- hasKey(String) - Method in class top.codef.redisdao.AbstractRedisDDao
- hasKey(String) - Method in interface top.codef.redisdao.interfaces.RedisDDao
- hasLimit() - Method in class top.codef.sqlfilter.CommonFilter
- HaveReasonException - Exception in top.codef.exceptions
- HaveReasonException(String) - Constructor for exception top.codef.exceptions.HaveReasonException
- HaveReasonException(String, Throwable) - Constructor for exception top.codef.exceptions.HaveReasonException
- HaveReasonException(String, Throwable, boolean, boolean) - Constructor for exception top.codef.exceptions.HaveReasonException
- HaveReasonException(Throwable) - Constructor for exception top.codef.exceptions.HaveReasonException
I
- in(String, Collection<T>) - Method in class top.codef.sqlfilter.CommonFilter
- in(String, T...) - Method in class top.codef.sqlfilter.CommonFilter
- in(Function<E, T>, Collection<T>) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- in(Function<E, T>, T...) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- IN - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- increaseScore(String, double) - Method in class top.codef.redisdao.AbstractZSetCDao
- increaseScore(String, String, double) - Method in class top.codef.redisdao.AbstractZsetDDao
- innerJoin(String) - Method in class top.codef.sqlfilter.CommonFilter
- intercept(Object, Method, Object[], MethodProxy) - Method in class top.codef.sqlfilter.typed.EntityMethodInterceptor
- isMember(String) - Method in class top.codef.redisdao.AbstractSetCDao
- isMember(String, String) - Method in class top.codef.redisdao.AbstractSetDDao
- isNotNull(String) - Method in class top.codef.sqlfilter.CommonFilter
- isNotNull(Function<E, T>) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- ISNOTNULL - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- isNull(String) - Method in class top.codef.sqlfilter.CommonFilter
- isNull(Function<E, T>) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- ISNULL - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
J
- join(Root<?>) - Method in interface top.codef.sqlfilter.functional.JoinCondition
- JoinCondition - Interface in top.codef.sqlfilter.functional
- joinList - Variable in class top.codef.sqlfilter.CommonFilter
- joinTable(List<JoinCondition>, Root<?>) - Method in interface top.codef.dao.AmebaDao
- JoinTable - Class in top.codef.sqlfilter
- JoinTable() - Constructor for class top.codef.sqlfilter.JoinTable
- JoinTable(String, JoinType) - Constructor for class top.codef.sqlfilter.JoinTable
- JpaAmebaException - Exception in top.codef.exceptions
- JpaAmebaException(String) - Constructor for exception top.codef.exceptions.JpaAmebaException
- JpaAmebaException(String, Throwable) - Constructor for exception top.codef.exceptions.JpaAmebaException
- JpaAmebaException(String, Throwable, boolean, boolean) - Constructor for exception top.codef.exceptions.JpaAmebaException
- JpaAmebaException(Throwable) - Constructor for exception top.codef.exceptions.JpaAmebaException
L
- le(String, T) - Method in class top.codef.sqlfilter.CommonFilter
- le(Function<E, T>, T) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- LE - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- leftJoin(String) - Method in class top.codef.sqlfilter.CommonFilter
- leftPop() - Method in class top.codef.redisdao.AbstractListCDao
- leftPop(String) - Method in class top.codef.redisdao.AbstractListDDao
- like(String, String) - Method in class top.codef.sqlfilter.CommonFilter
- like(Function<E, T>, String) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- LIKE - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- limit(int) - Method in class top.codef.sqlfilter.CommonFilter
- limit(int, int) - Method in class top.codef.sqlfilter.CommonFilter
- limit(CommonFilter, Query) - Method in interface top.codef.dao.AmebaDao
- limitCount - Variable in class top.codef.sqlfilter.CommonFilter
- limitStart - Variable in class top.codef.sqlfilter.CommonFilter
- list - Variable in class top.codef.sqlfilter.CommonFilter
- lock(T, LockModeType) - Method in class top.codef.dao.AbstractDao
-
给实体对象加锁
- logger - Variable in class top.codef.controllers.GlobalExceptionHandler
- lt(String, T) - Method in class top.codef.sqlfilter.CommonFilter
- lt(Function<E, T>, T) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- LT - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
M
- max(String) - Static method in class top.codef.sqlfilter.Selectors
- members() - Method in class top.codef.redisdao.AbstractSetCDao
- members(String) - Method in class top.codef.redisdao.AbstractSetDDao
- merge(T) - Method in class top.codef.dao.AbstractDao
-
合并实体
- merge(T) - Method in class top.codef.dao.AbstractDaoWithClass
- message - Variable in class top.codef.models.StatusResultModel
N
- neq(String, String) - Method in class top.codef.sqlfilter.CommonFilter
- neq(String, T) - Method in class top.codef.sqlfilter.CommonFilter
- neq(Function<E, T>, T) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- NEQ - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- NoResultQueryException - Exception in top.codef.exceptions
- NoResultQueryException(String) - Constructor for exception top.codef.exceptions.NoResultQueryException
- NoResultQueryException(String, Throwable) - Constructor for exception top.codef.exceptions.NoResultQueryException
- NoResultQueryException(String, Throwable, boolean, boolean) - Constructor for exception top.codef.exceptions.NoResultQueryException
- NoResultQueryException(Throwable) - Constructor for exception top.codef.exceptions.NoResultQueryException
- notIn(String, Collection<T>) - Method in class top.codef.sqlfilter.CommonFilter
- notIn(String, T...) - Method in class top.codef.sqlfilter.CommonFilter
- notIn(Function<E, T>, Collection<T>) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- notIn(Function<E, T>, T...) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- NOTIN - Enum constant in enum class top.codef.sqlfilter.FilterSymbol
- NULLERROR - Enum constant in enum class top.codef.enums.ResponseStatusEnum
- NullValue - Class in top.codef.sqlfilter
- NullValue() - Constructor for class top.codef.sqlfilter.NullValue
O
- order(CriteriaBuilder, Path<?>) - Method in interface top.codef.sqlfilter.functional.OrderCondition
- orderBy(List<OrderCondition>, CriteriaBuilder, Root<?>) - Method in interface top.codef.dao.AmebaDao
- orderBy(List<OrderCondition>, Pageable, CriteriaBuilder, Root<?>) - Method in interface top.codef.dao.AmebaDao
- orderBy(CommonFilter, CriteriaQuery<T>, CriteriaBuilder, Root<?>) - Method in interface top.codef.dao.AmebaDao
- orderBy(CommonFilter, CriteriaQuery<T>, Pageable, CriteriaBuilder, Root<?>) - Method in interface top.codef.dao.AmebaDao
- OrderBy - Class in top.codef.sqlfilter
- OrderBy(String, OrderEnum) - Constructor for class top.codef.sqlfilter.OrderBy
- orderByAsc(String...) - Method in class top.codef.sqlfilter.CommonFilter
- orderByAsc(Function<E, Object>...) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- orderByDesc(String...) - Method in class top.codef.sqlfilter.CommonFilter
- OrderByDesc(Function<E, T>...) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- OrderCondition - Interface in top.codef.sqlfilter.functional
- OrderEnum - Enum Class in top.codef.enums
- orderList - Variable in class top.codef.sqlfilter.CommonFilter
P
- Page<T> - Class in top.codef.models
- Page() - Constructor for class top.codef.models.Page
- Page(Pageable) - Constructor for class top.codef.models.Page
- Pageable - Class in top.codef.models
- Pageable() - Constructor for class top.codef.models.Pageable
- PARAMERRO - Enum constant in enum class top.codef.enums.ResponseStatusEnum
- path(String) - Static method in class top.codef.sqlfilter.PathElement
- PathElement - Class in top.codef.sqlfilter
- PathElement() - Constructor for class top.codef.sqlfilter.PathElement
- PathElement(String) - Constructor for class top.codef.sqlfilter.PathElement
- PathElement(String, NullValue) - Constructor for class top.codef.sqlfilter.PathElement
- PathUtils - Class in top.codef.sqlfilter
- PathUtils() - Constructor for class top.codef.sqlfilter.PathUtils
- pushAll(String, Set<String>) - Method in class top.codef.redisdao.AbstractListDDao
- put(String, String) - Method in class top.codef.redisdao.AbstractHashCDao
- put(String, String, String) - Method in class top.codef.redisdao.AbstractHashDDao
- putAll(String, Map<String, String>) - Method in class top.codef.redisdao.AbstractHashDDao
- putAll(Map<String, String>) - Method in class top.codef.redisdao.AbstractHashCDao
Q
- QueryBuilder - Class in top.codef.sqlfilter
- QueryBuilder() - Constructor for class top.codef.sqlfilter.QueryBuilder
R
- range(String, long, long) - Method in class top.codef.redisdao.AbstractZSetCDao
- range(String, long, long) - Method in class top.codef.redisdao.AbstractZsetDDao
- rangebyScore(double, double) - Method in class top.codef.redisdao.AbstractZSetCDao
- rangebyScore(String, double, double) - Method in class top.codef.redisdao.AbstractZsetDDao
- reasonErro(HaveReasonException) - Method in class top.codef.controllers.GlobalExceptionHandler
- REASONERRO - Enum constant in enum class top.codef.enums.ResponseStatusEnum
- RedisCDao - Interface in top.codef.redisdao.interfaces
- RedisDao - Interface in top.codef.redisdao.interfaces
- RedisDataMaintanceService - Interface in top.codef.redisdao.interfaces
-
用于Redis数据的维护
- RedisDDao - Interface in top.codef.redisdao.interfaces
- refresh(T) - Method in class top.codef.dao.AbstractDao
-
同步持久化对象
- refresh(T) - Method in class top.codef.dao.AbstractDaoWithClass
- remove(Object...) - Method in class top.codef.redisdao.AbstractSetCDao
- remove(Object...) - Method in class top.codef.redisdao.AbstractZSetCDao
- remove(String) - Method in class top.codef.redisdao.AbstractHashCDao
- remove(String) - Method in class top.codef.redisdao.AbstractListCDao
- remove(String, Object...) - Method in class top.codef.redisdao.AbstractSetDDao
- remove(String, Object...) - Method in class top.codef.redisdao.AbstractZsetDDao
- remove(String, String) - Method in class top.codef.redisdao.AbstractHashDDao
- remove(String, Collection<String>) - Method in class top.codef.redisdao.AbstractSetDDao
- remove(Collection<String>) - Method in class top.codef.redisdao.AbstractSetCDao
- removeByRange(String, double, double) - Method in class top.codef.redisdao.AbstractZSetCDao
- removeByRange(String, double, double) - Method in class top.codef.redisdao.AbstractZsetDDao
- reset() - Method in interface top.codef.redisdao.interfaces.RedisDataMaintanceService
-
重置
- ResponseStatusEnum - Enum Class in top.codef.enums
- ResultModel<T> - Class in top.codef.models
- ResultModel() - Constructor for class top.codef.models.ResultModel
- rightJoin(String) - Method in class top.codef.sqlfilter.CommonFilter
- rightPush(String) - Method in class top.codef.redisdao.AbstractListCDao
- rightPush(String, String) - Method in class top.codef.redisdao.AbstractListDDao
S
- score(String) - Method in class top.codef.redisdao.AbstractZSetCDao
- score(String, String) - Method in class top.codef.redisdao.AbstractZsetDDao
- select(CriteriaBuilder, Path<?>) - Method in interface top.codef.sqlfilter.functional.SelectCondition
- select(CriteriaBuilder, Path<?>) - Method in class top.codef.sqlfilter.PathElement
- select(CriteriaBuilder, Path<?>) - Method in interface top.codef.sqlfilter.SelectElement
- select(String) - Static method in class top.codef.sqlfilter.Selectors
- select(String...) - Method in class top.codef.sqlfilter.CommonFilter
- select(Collection<String>) - Method in class top.codef.sqlfilter.CommonFilter
- select(Function<E, T>...) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- select(CommonFilter, CriteriaQuery<T>, CriteriaBuilder, Path<?>) - Method in interface top.codef.dao.AmebaDao
- select(SelectCondition...) - Method in class top.codef.sqlfilter.CommonFilter
- SelectCondition - Interface in top.codef.sqlfilter.functional
- SelectElement - Interface in top.codef.sqlfilter
- selectors - Variable in class top.codef.sqlfilter.CommonFilter
- Selectors - Class in top.codef.sqlfilter
- Selectors() - Constructor for class top.codef.sqlfilter.Selectors
- seperate(CommonFilter, CriteriaBuilder, Root<?>) - Method in interface top.codef.dao.AmebaDao
- set(String, String) - Method in class top.codef.redisdao.AbstractValueDao
- set(String, String, int, TimeUnit) - Method in class top.codef.redisdao.AbstractValueDao
- set(String, String, Duration) - Method in class top.codef.redisdao.AbstractValueDao
- setContent(List<T>) - Method in class top.codef.models.Page
- setEachPageSize(int) - Method in class top.codef.models.Pageable
- setEnableErrorAdvice(Boolean) - Method in class top.codef.properties.AmebaProperties
- setField(String) - Method in class top.codef.sqlfilter.Element
- setFields(Set<String>) - Method in class top.codef.sqlfilter.GroupingElement
- setFsy(FilterSymbol) - Method in class top.codef.sqlfilter.FilterElement
- setIfAbsent(String, String) - Method in class top.codef.redisdao.AbstractValueDao
- setIfAbsent(String, String, Duration) - Method in class top.codef.redisdao.AbstractValueDao
- setLimitCount(Integer) - Method in class top.codef.sqlfilter.CommonFilter
- setLimitStart(Integer) - Method in class top.codef.sqlfilter.CommonFilter
- setList(List<Element<?>>) - Method in class top.codef.sqlfilter.CommonElement
- setMessage(String) - Method in class top.codef.models.StatusResultModel
- setOrder(OrderEnum) - Method in class top.codef.models.Pageable
- setOrderStr(String) - Method in class top.codef.models.Pageable
- setPageable(Pageable) - Method in class top.codef.models.Page
- setPageCount(Long) - Method in class top.codef.models.Pageable
- setPageNo(int) - Method in class top.codef.models.Pageable
- setResult(T) - Method in class top.codef.models.ResultModel
- setReturnType(Class<?>) - Method in class top.codef.sqlfilter.typed.EntityMethodInterceptor
- setStatus(int) - Method in class top.codef.models.StatusResultModel
- setTotalCount(Long) - Method in class top.codef.models.Pageable
- setValue(T) - Method in class top.codef.sqlfilter.Element
- size() - Method in class top.codef.redisdao.AbstractSetCDao
- size(String) - Method in class top.codef.redisdao.AbstractSetDDao
- SQLERROR - Enum constant in enum class top.codef.enums.ResponseStatusEnum
- status - Variable in class top.codef.models.StatusResultModel
- StatusResultModel - Class in top.codef.models
- StatusResultModel() - Constructor for class top.codef.models.StatusResultModel
- SUCCESS - Enum constant in enum class top.codef.enums.ResponseStatusEnum
- sync() - Method in interface top.codef.redisdao.interfaces.RedisDataMaintanceService
-
同步
T
- TIMEOUTERROR - Enum constant in enum class top.codef.enums.ResponseStatusEnum
- top.codef.config - package top.codef.config
- top.codef.controllers - package top.codef.controllers
- top.codef.dao - package top.codef.dao
- top.codef.enums - package top.codef.enums
- top.codef.exceptions - package top.codef.exceptions
- top.codef.feign - package top.codef.feign
- top.codef.models - package top.codef.models
- top.codef.properties - package top.codef.properties
- top.codef.redisdao - package top.codef.redisdao
- top.codef.redisdao.interfaces - package top.codef.redisdao.interfaces
- top.codef.service - package top.codef.service
- top.codef.sqlfilter - package top.codef.sqlfilter
- top.codef.sqlfilter.functional - package top.codef.sqlfilter.functional
- top.codef.sqlfilter.typed - package top.codef.sqlfilter.typed
- toString() - Method in class top.codef.models.Page
- toString() - Method in class top.codef.models.Pageable
- toString() - Method in class top.codef.models.ResultModel
- toString() - Method in class top.codef.models.StatusResultModel
- toString() - Method in class top.codef.sqlfilter.Element
- toString() - Method in class top.codef.sqlfilter.FilterElement
- TypedBaseDao - Class in top.codef.dao
- TypedBaseDao() - Constructor for class top.codef.dao.TypedBaseDao
- typedCommonDao() - Method in class top.codef.config.AmebaConfig
- TypedCommonDao - Class in top.codef.dao
- TypedCommonDao() - Constructor for class top.codef.dao.TypedCommonDao
- TypedCommonFilter<E> - Class in top.codef.sqlfilter.typed
- TypedCommonFilter(Class<E>) - Constructor for class top.codef.sqlfilter.typed.TypedCommonFilter
U
- uncaughtError(Exception, HttpServletRequest) - Method in class top.codef.controllers.GlobalExceptionHandler
- updatableList - Variable in class top.codef.sqlfilter.CommonFilter
- update(Class<T>, CommonFilter) - Method in class top.codef.dao.BaseDao
- update(String, T) - Method in class top.codef.sqlfilter.CommonFilter
- update(Function<E, T>, T) - Method in class top.codef.sqlfilter.typed.TypedCommonFilter
- update(TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
- updateWithNull(Class<T>, CommonFilter) - Method in class top.codef.dao.BaseDao
- updateWithNull(TypedCommonFilter<T>) - Method in class top.codef.dao.TypedBaseDao
- USERVALIDATEERRO - Enum constant in enum class top.codef.enums.ResponseStatusEnum
V
- value - Variable in class top.codef.sqlfilter.Element
- valueOf(String) - Static method in enum class top.codef.enums.OrderEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class top.codef.enums.ResponseStatusEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class top.codef.sqlfilter.FilterSymbol
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class top.codef.enums.OrderEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class top.codef.enums.ResponseStatusEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class top.codef.sqlfilter.FilterSymbol
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- where(CommonFilter, CriteriaQuery<T>, CriteriaBuilder, Root<R>) - Method in interface top.codef.dao.AmebaDao
All Classes and Interfaces|All Packages|Serialized Form