T - ID - public class QuerydslHelper<T,ID extends Serializable> extends Object
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
QuerydslHelper.PathInfo |
| 构造器和说明 |
|---|
QuerydslHelper(TablePathBase<T> qvar) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.querydsl.core.types.Path<?>[] |
allPaths() |
PathValuePair<T,ID> |
createPathValuePair(T entity,
ExcludeColumns excludeColumns) |
PathValuePair<T,ID> |
createPathValuePair(T entity,
IncludeColumns includeColumns) |
PathValuePair<T,ID> |
createPathValuePair(T entity,
com.querydsl.core.types.Path<?>[] paths) |
EntityProjection<T,ID> |
createtProjection(ExcludeColumns excludeColumns) |
EntityProjection<T,ID> |
createtProjection(IncludeColumns includeColumns) |
Object[] |
entityValues(T entity) |
Class<T> |
getEntityClass() |
com.querydsl.core.types.Path<?> |
getPath(String pathName) |
Object |
getValue(T entity,
com.querydsl.core.types.Path<?> colPath) |
boolean |
hasBlobClobPath() |
boolean |
isEntityColumn(com.querydsl.core.types.OrderSpecifier<?> order) |
boolean |
isEntityColumn(com.querydsl.core.types.Path<?> path) |
boolean |
isPkColumn(com.querydsl.core.types.Path<?> colPath) |
com.querydsl.core.types.Path<?>[] |
pkPaths() |
com.querydsl.core.types.dsl.BooleanExpression |
pkValueEqExpr(ID pk) |
void |
setValue(T entity,
com.querydsl.core.types.Path<?> colPath,
Object value) |
com.querydsl.core.types.Path<?>[] |
withoutPkColumns() |
public QuerydslHelper(TablePathBase<T> qvar)
public com.querydsl.core.types.Path<?>[] allPaths()
public com.querydsl.core.types.Path<?>[] pkPaths()
public com.querydsl.core.types.Path<?>[] withoutPkColumns()
public boolean hasBlobClobPath()
public boolean isEntityColumn(com.querydsl.core.types.OrderSpecifier<?> order)
public boolean isEntityColumn(com.querydsl.core.types.Path<?> path)
public boolean isPkColumn(com.querydsl.core.types.Path<?> colPath)
public com.querydsl.core.types.Path<?> getPath(String pathName)
public com.querydsl.core.types.dsl.BooleanExpression pkValueEqExpr(ID pk)
public EntityProjection<T,ID> createtProjection(IncludeColumns includeColumns)
public EntityProjection<T,ID> createtProjection(ExcludeColumns excludeColumns)
public PathValuePair<T,ID> createPathValuePair(T entity, com.querydsl.core.types.Path<?>[] paths)
public PathValuePair<T,ID> createPathValuePair(T entity, IncludeColumns includeColumns)
public PathValuePair<T,ID> createPathValuePair(T entity, ExcludeColumns excludeColumns)
Copyright © 2018. All rights reserved.