Annotation Type SqlFragmentAlias

    • Required Element Summary

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

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

      • alias

        String alias
        The alias within the fragment.
      • table

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

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