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