I am using Spring + Hibernate and I have a particular case where I need to obtain (a list of) non-Entity objects as a result of the qu
Spring
Hibernate
Entity
The name value on the @NamedNativeQuery needs to be set to "AdDailyDataEntity.aggregateRevenue". The first part (before the dot) needs to match the entity class name.
name
@NamedNativeQuery
"AdDailyDataEntity.aggregateRevenue"