Annotation Type SqlFragmentAlias


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface SqlFragmentAlias
    Describe aliases for filters.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String alias
      The alias within the fragment.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class entity
      The entity class associated with the alias.
      java.lang.String table
      The table corresponding to the alias.
    • Element Detail

      • alias

        java.lang.String alias
        The alias within the fragment.
      • table

        java.lang.String table
        The table corresponding to the alias.
        Default:
        ""
      • entity

        java.lang.Class entity
        The entity class associated with the alias.
        Default:
        void.class