Uses of Interface
org.huiche.core.support.Page
Packages that use Page
Package
Description
支持包
查询相关
实体类查询
Dao实现的支持
-
Uses of Page in org.huiche.core.support
Classes in org.huiche.core.support that implement PageMethods in org.huiche.core.support that return Page -
Uses of Page in org.huiche.dao.query
Methods in org.huiche.dao.query that return PageModifier and TypeMethodDescriptiondefault <T> Page<T> PageQuery.page(Class<T> entityClass, Pageable pageable, Collection<? extends Condition> conditions) 分页查询default <T> Page<T> 分页查询default <T> Page<T> 分页查询default <T> Page<T> PageQuery.page(Class<T> entityClass, Pageable pageable, OrderBy orderBy, Collection<? extends Condition> conditions) 分页查询default <T> Page<T> 分页查询default <T> Page<T> PageQuery.page(Class<T> entityClass, Pageable pageable, OrderBy orderBy, Searchable search, Collection<? extends Condition> conditions) 分页查询default <T> Page<T> PageQuery.page(Class<T> entityClass, Pageable pageable, OrderBy orderBy, Searchable search, Condition... conditions) 分页查询default <T> Page<T> PageQuery.page(Class<T> entityClass, Pageable pageable, Searchable search, Collection<? extends Condition> conditions) 分页查询default <T> Page<T> PageQuery.page(Class<T> entityClass, Pageable pageable, Searchable search, Condition... conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, Consumer<Select> customizer) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, Condition... conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, OrderBy orderBy, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, OrderBy orderBy, Condition... conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, OrderBy orderBy, Searchable search, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, OrderBy orderBy, Searchable search, Condition... conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, Searchable search, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, Class<E> elementClass, Pageable pageable, Searchable search, Condition... conditions) 分页查询default <E> Page<E> PageQuery.pageAs(Class<?> entityClass, TypeRef<E> elementTypeRef, Pageable pageable, Consumer<Select> customizer) 分页查询 -
Uses of Page in org.huiche.dao.query.entity
Methods in org.huiche.dao.query.entity that return PageModifier and TypeMethodDescriptionEntityPageQuery.page(Pageable pageable, Collection<? extends Condition> conditions) 分页查询分页查询分页查询EntityPageQuery.page(Pageable pageable, OrderBy orderBy, Collection<? extends Condition> conditions) 分页查询分页查询EntityPageQuery.page(Pageable pageable, OrderBy orderBy, Searchable search, Collection<? extends Condition> conditions) 分页查询EntityPageQuery.page(Pageable pageable, OrderBy orderBy, Searchable search, Condition... conditions) 分页查询EntityPageQuery.page(Pageable pageable, Searchable search, Collection<? extends Condition> conditions) 分页查询EntityPageQuery.page(Pageable pageable, Searchable search, Condition... conditions) 分页查询default <E> Page<E> EntityPageQuery.pageAs(Class<E> elementClass, Pageable pageable, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> 分页查询default <E> Page<E> 分页查询default <E> Page<E> EntityPageQuery.pageAs(Class<E> elementClass, Pageable pageable, OrderBy orderBy, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> EntityPageQuery.pageAs(Class<E> elementClass, Pageable pageable, OrderBy orderBy, Condition... conditions) 分页查询default <E> Page<E> EntityPageQuery.pageAs(Class<E> elementClass, Pageable pageable, OrderBy orderBy, Searchable search, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> EntityPageQuery.pageAs(Class<E> elementClass, Pageable pageable, OrderBy orderBy, Searchable search, Condition... conditions) 分页查询default <E> Page<E> EntityPageQuery.pageAs(Class<E> elementClass, Pageable pageable, Searchable search, Collection<? extends Condition> conditions) 分页查询default <E> Page<E> EntityPageQuery.pageAs(Class<E> elementClass, Pageable pageable, Searchable search, Condition... conditions) 分页查询default <E> Page<E> 分页查询 -
Uses of Page in org.huiche.dao.support
Methods in org.huiche.dao.support with parameters of type Page