public interface EntitySelectListDirectMapper<E> extends EntityMapper<E>
| 限定符和类型 | 方法和说明 |
|---|---|
default List<E> |
directSelectEntityList(E entity) |
default List<E> |
directSelectEntityList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy) |
default List<E> |
directSelectEntityList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty) |
List<E> |
directSelectEntityList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<E> |
directSelectEntityList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields) |
default List<E> |
directSelectEntityList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<E> |
directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria) |
default List<E> |
directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy) |
default List<E> |
directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty) |
List<E> |
directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<E> |
directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields) |
default List<E> |
directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<E> |
directSelectEntityListByMap(Map<String,Object> entity) |
default List<E> |
directSelectEntityListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy) |
default List<E> |
directSelectEntityListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty) |
List<E> |
directSelectEntityListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<E> |
directSelectEntityListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields) |
default List<E> |
directSelectEntityListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<Map<String,Object>> |
directSelectMapList(E entity) |
default List<Map<String,Object>> |
directSelectMapList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy) |
default List<Map<String,Object>> |
directSelectMapList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty) |
List<Map<String,Object>> |
directSelectMapList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<Map<String,Object>> |
directSelectMapList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields) |
default List<Map<String,Object>> |
directSelectMapList(E entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<Map<String,Object>> |
directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria) |
default List<Map<String,Object>> |
directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy) |
default List<Map<String,Object>> |
directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty) |
List<Map<String,Object>> |
directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<Map<String,Object>> |
directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields) |
default List<Map<String,Object>> |
directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<Map<String,Object>> |
directSelectMapListByMap(Map<String,Object> entity) |
default List<Map<String,Object>> |
directSelectMapListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy) |
default List<Map<String,Object>> |
directSelectMapListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty) |
List<Map<String,Object>> |
directSelectMapListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
boolean includeEmpty,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
default List<Map<String,Object>> |
directSelectMapListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields) |
default List<Map<String,Object>> |
directSelectMapListByMap(Map<String,Object> entity,
io.polaris.core.jdbc.sql.query.OrderBy orderBy,
Set<String> includeEmptyFields,
Set<String> excludeFields) |
@DynamicResultMapping @WithLogicDeleted(value=false) @SelectProvider(type=MapperProviders.class, method="selectEntityDirect") List<E> directSelectEntityList(@Param(value="_w") E entity, @Param(value="_o") io.polaris.core.jdbc.sql.query.OrderBy orderBy, @Param(value="_w_ie") boolean includeEmpty, @Param(value="_w_iec") Set<String> includeEmptyFields, @Param(value="_w_xc") Set<String> excludeFields)
default List<E> directSelectEntityList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields, Set<String> excludeFields)
default List<E> directSelectEntityList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields)
default List<E> directSelectEntityList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, boolean includeEmpty)
default List<E> directSelectEntityList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy)
@DynamicResultMapping @WithLogicDeleted(value=false) @SelectProvider(type=MapperProviders.class, method="selectEntityDirect") List<E> directSelectEntityListByMap(@Param(value="_w") Map<String,Object> entity, @Param(value="_o") io.polaris.core.jdbc.sql.query.OrderBy orderBy, @Param(value="_w_ie") boolean includeEmpty, @Param(value="_w_iec") Set<String> includeEmptyFields, @Param(value="_w_xc") Set<String> excludeFields)
default List<E> directSelectEntityListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields, Set<String> excludeFields)
default List<E> directSelectEntityListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields)
default List<E> directSelectEntityListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, boolean includeEmpty)
default List<E> directSelectEntityListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy)
@DynamicResultMapping @WithLogicDeleted(value=false) @SelectProvider(type=MapperProviders.class, method="selectEntityDirect") List<E> directSelectEntityListByCriteria(@Param(value="_w") io.polaris.core.jdbc.sql.query.Criteria criteria, @Param(value="_o") io.polaris.core.jdbc.sql.query.OrderBy orderBy, @Param(value="_w_ie") boolean includeEmpty, @Param(value="_w_iec") Set<String> includeEmptyFields, @Param(value="_w_xc") Set<String> excludeFields)
default List<E> directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields, Set<String> excludeFields)
default List<E> directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields)
default List<E> directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria, io.polaris.core.jdbc.sql.query.OrderBy orderBy, boolean includeEmpty)
default List<E> directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria, io.polaris.core.jdbc.sql.query.OrderBy orderBy)
default List<E> directSelectEntityListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria)
@DynamicResultMapping @WithLogicDeleted(value=false) @SelectProvider(type=MapperProviders.class, method="selectEntityDirect") List<Map<String,Object>> directSelectMapList(@Param(value="_w") E entity, @Param(value="_o") io.polaris.core.jdbc.sql.query.OrderBy orderBy, @Param(value="_w_ie") boolean includeEmpty, @Param(value="_w_iec") Set<String> includeEmptyFields, @Param(value="_w_xc") Set<String> excludeFields)
default List<Map<String,Object>> directSelectMapList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields, Set<String> excludeFields)
default List<Map<String,Object>> directSelectMapList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields)
default List<Map<String,Object>> directSelectMapList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, boolean includeEmpty)
default List<Map<String,Object>> directSelectMapList(E entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy)
@DynamicResultMapping @WithLogicDeleted(value=false) @SelectProvider(type=MapperProviders.class, method="selectEntityDirect") List<Map<String,Object>> directSelectMapListByMap(@Param(value="_w") Map<String,Object> entity, @Param(value="_o") io.polaris.core.jdbc.sql.query.OrderBy orderBy, @Param(value="_w_ie") boolean includeEmpty, @Param(value="_w_iec") Set<String> includeEmptyFields, @Param(value="_w_xc") Set<String> excludeFields)
default List<Map<String,Object>> directSelectMapListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields, Set<String> excludeFields)
default List<Map<String,Object>> directSelectMapListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields)
default List<Map<String,Object>> directSelectMapListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy, boolean includeEmpty)
default List<Map<String,Object>> directSelectMapListByMap(Map<String,Object> entity)
default List<Map<String,Object>> directSelectMapListByMap(Map<String,Object> entity, io.polaris.core.jdbc.sql.query.OrderBy orderBy)
@DynamicResultMapping @WithLogicDeleted(value=false) @SelectProvider(type=MapperProviders.class, method="selectEntityDirect") List<Map<String,Object>> directSelectMapListByCriteria(@Param(value="_w") io.polaris.core.jdbc.sql.query.Criteria criteria, @Param(value="_o") io.polaris.core.jdbc.sql.query.OrderBy orderBy, @Param(value="_w_ie") boolean includeEmpty, @Param(value="_w_iec") Set<String> includeEmptyFields, @Param(value="_w_xc") Set<String> excludeFields)
default List<Map<String,Object>> directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields, Set<String> excludeFields)
default List<Map<String,Object>> directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria, io.polaris.core.jdbc.sql.query.OrderBy orderBy, Set<String> includeEmptyFields)
default List<Map<String,Object>> directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria, io.polaris.core.jdbc.sql.query.OrderBy orderBy, boolean includeEmpty)
default List<Map<String,Object>> directSelectMapListByCriteria(io.polaris.core.jdbc.sql.query.Criteria criteria)
Copyright © 2025 fossc. All rights reserved.