Annotation Type Imported


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Imported
    Marks an arbitrary class as available for use in HQL queries by its unqualified name.

    By default, non-entity class names must be fully-qualified in the query language.

    Since:
    6.2
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String rename
      Provide an alias for the class, to avoid collisions.
    • Element Detail

      • rename

        String rename
        Provide an alias for the class, to avoid collisions.
        Default:
        ""