java.lang.Object
org.apache.cayenne.template.directive.Result
All Implemented Interfaces:
Directive

public class Result extends Object implements Directive
Since:
4.1
  • Field Details

    • INSTANCE

      public static final Result INSTANCE
  • Constructor Details

    • Result

      public Result()
  • Method Details

    • apply

      public void apply(Context context, ASTExpression... expressions)
      Specified by:
      apply in interface Directive
    • guessType

      protected String guessType(String type)
      Converts "short" type notation to the fully qualified class name. Right now supports all major standard SQL types, including primitives. All other types are expected to be fully qualified, and are not converted.