NamedNativeQueries
in package
implements
MappingAttribute
FinalYes
Is used to specify an array of native SQL named queries.
The NamedNativeQueries annotation can be applied to an entity or mapped superclass.
Tags
Table of Contents
Interfaces
- MappingAttribute
- A marker interface for mapping attributes.
Properties
- $value : array<string|int, NamedNativeQuery>
- One or more NamedNativeQuery annotations.
Properties
$value
One or more NamedNativeQuery annotations.
public
array<string|int, NamedNativeQuery>
$value
= []