Annotation Interface NamedNativeQuery


Declares a named query written in native SQL.

Whereas NamedNativeQuery allows settings to be specified using stringly-typed QueryHints, this annotation is typesafe.

Note that the members of this annotation correspond to hints enumerated by AvailableHints.

See Also: