Annotation Interface 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
    Provide an alias for the class, to avoid collisions.
  • Element Details

    • rename

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