public interface JoinConditionalSpec<C extends JoinConditionalSpec<C>> extends JoinOnSpec<C>, org.hswebframework.ezorm.core.Conditional<C>
| 限定符和类型 | 方法和说明 |
|---|---|
default <T> C |
alias(org.hswebframework.ezorm.core.StaticMethodReferenceColumn<T> alias)
使用方法引用定义join表别名。
|
C |
alias(String alias)
定义join表别名,在后续列转换和条件中可以使用别名进行引用。
|
JoinNestConditionalSpec<C> |
nest() |
JoinNestConditionalSpec<C> |
orNest() |
applyColumn, applyColumn, gt, gt, gte, gte, is, is, lt, lt, lte, lte, not, not$like, $like, $like, $like$, $like$, $like$, accept, accept, accept, accept, and, and, and, and, and, and, and, and, between, between, between, getAccepter, gt, gt, gt, gte, gte, gte, in, in, in, in, in, in, in, is, is, is, isEmpty, isEmpty, isNull, isNull, like, like, like, like$, like$, like$, lt, lt, lt, lte, lte, lte, nest, not, not, not, notBetween, notBetween, notBetween, notEmpty, notEmpty, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, notLike, notNull, notNull, or, or, or, or, or, or, or, or, where, where, where, where, whereJoinNestConditionalSpec<C> nest()
nest 在接口中 org.hswebframework.ezorm.core.Conditional<C extends JoinConditionalSpec<C>>JoinNestConditionalSpec<C> orNest()
orNest 在接口中 org.hswebframework.ezorm.core.Conditional<C extends JoinConditionalSpec<C>>default <T> C alias(org.hswebframework.ezorm.core.StaticMethodReferenceColumn<T> alias)
// join t_detail detail ....
alias(MyEntity.getDetail)
alias - 别名Copyright © 2016–2023. All rights reserved.