Uses of Interface
org.litebridgedb.orm.expression.ProtoExpressionSpec
Packages that use ProtoExpressionSpec
-
Uses of ProtoExpressionSpec in org.litebridgedb.orm.expression
Subinterfaces of ProtoExpressionSpec in org.litebridgedb.orm.expressionModifier and TypeInterfaceDescriptioninterfaceA proto-expression capable of nesting other proto-expressions.Classes in org.litebridgedb.orm.expression that implement ProtoExpressionSpecModifier and TypeClassDescriptionfinal recordProto-expression, used to specify column names/aliases for use in the target expression type.final recordProto-expression that allows nesting other proto-expressions.final recordType override proto-expression that allows nesting other proto-expressions.Methods in org.litebridgedb.orm.expression that return ProtoExpressionSpecModifier and TypeMethodDescriptionProtoNestableBasicExprSpec.target()Returns the value of thetargetrecord component.Constructors in org.litebridgedb.orm.expression with parameters of type ProtoExpressionSpecModifierConstructorDescriptionProtoNestableBasicExprSpec(Class<? extends ExpressionSpec> type, ProtoExpressionSpec target, @Nullable String alias) Creates an instance of aProtoNestableBasicExprSpecrecord class.