接口 TypedProp.Scalar<S,T>
- 所有超级接口:
TypedProp<S,,T> TypedProp.Single<S,T>
- 所有已知实现类:
TypedPropImpl.Scalar
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.meta.TypedProp
TypedProp.Association<S,T>, TypedProp.Multiple<S, T>, TypedProp.Reference<S, T>, TypedProp.ReferenceList<S, T>, TypedProp.Scalar<S, T>, TypedProp.ScalarList<S, T>, TypedProp.Single<S, T> -
方法概要
-
方法详细资料
-
asc
TypedProp.Scalar<S,T> asc() -
desc
TypedProp.Scalar<S,T> desc() -
nullsFirst
TypedProp.Scalar<S,T> nullsFirst() -
nullsLast
TypedProp.Scalar<S,T> nullsLast() -
isDesc
boolean isDesc() -
isNullsFirst
boolean isNullsFirst() -
isNullsLast
boolean isNullsLast()
-