Package org.hibernate.annotations
Annotation Interface Loader
Deprecated.
Specifies that a named query should be used to load an entity or
collection, overriding the SQL that Hibernate generates by default.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.The named query to use for loading the entity or collection.
-
Element Details
-
namedQuery
String namedQueryDeprecated.The named query to use for loading the entity or collection.- Default:
- ""
-
SQLSelect
orHQLSelect
.