Package org.hibernate.annotations
Annotation Interface Subselect
Maps an immutable and read-only entity to a given SQL
select
expression.
This is an alternative to defining a database view and mapping the entity to
the view using the @Table
annotation.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe query.
-