类 TypedPropImpl.Scalar<S,T>
java.lang.Object
org.babyfish.jimmer.meta.impl.TypedPropImpl<S,T>
org.babyfish.jimmer.meta.impl.TypedPropImpl.Scalar<S,T>
- 所有已实现的接口:
TypedProp<S,,T> TypedProp.Scalar<S,,T> TypedProp.Single<S,T>
- 封闭类:
TypedPropImpl<S,T>
public static class TypedPropImpl.Scalar<S,T>
extends TypedPropImpl<S,T>
implements TypedProp.Scalar<S,T>
-
嵌套类概要
从类继承的嵌套类/接口 org.babyfish.jimmer.meta.impl.TypedPropImpl
TypedPropImpl.Reference<S,T>, TypedPropImpl.ReferenceList<S, T>, TypedPropImpl.Scalar<S, T>, TypedPropImpl.ScalarList<S, T> 从接口继承的嵌套类/接口 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> -
字段概要
从类继承的字段 org.babyfish.jimmer.meta.impl.TypedPropImpl
prop -
构造器概要
构造器 -
方法概要
从类继承的方法 org.babyfish.jimmer.meta.impl.TypedPropImpl
isLoaded, unwrap
-
构造器详细资料
-
Scalar
-
-
方法详细资料
-
asc
- 指定者:
asc在接口中TypedProp.Scalar<S,T>
-
desc
- 指定者:
desc在接口中TypedProp.Scalar<S,T>
-
nullsFirst
- 指定者:
nullsFirst在接口中TypedProp.Scalar<S,T>
-
nullsLast
- 指定者:
nullsLast在接口中TypedProp.Scalar<S,T>
-
isDesc
public boolean isDesc()- 指定者:
isDesc在接口中TypedProp.Scalar<S,T>
-
isNullsFirst
public boolean isNullsFirst()- 指定者:
isNullsFirst在接口中TypedProp.Scalar<S,T>
-
isNullsLast
public boolean isNullsLast()- 指定者:
isNullsLast在接口中TypedProp.Scalar<S,T>
-
toString
- 覆盖:
toString在类中TypedPropImpl<S,T>
-