Annotation Interface SimpleQuery


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface SimpleQuery
  • Element Details

    • from

      Class<?> from
      Default:
      java.lang.Void.class
    • where

      Predicate[] where
      Default:
      {}
    • orderBy

      OrderBy[] orderBy
      Default:
      {}
    • select

      String select
      Default:
      ""
    • distinct

      boolean distinct
      Default:
      false
    • limit

      int limit
      Default:
      -1
    • offset

      int offset
      Default:
      -1
    • join

      Join[] join
      Default:
      {}
    • throwNoResultException

      boolean throwNoResultException
      Default:
      false
    • wherePermissions

      Class<?> wherePermissions
      Default:
      java.lang.Void.class