Package org.hibernate.annotations
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
-
-
Element Detail
-
rename
String rename
Provide an alias for the class, to avoid collisions.- Default:
- ""
-
-