Package org.hibernate.annotations
Annotation Type Subselect
-
@Target(TYPE) @Retention(RUNTIME) public @interface Subselect
Maps an immutable and read-only entity to a given SQLselect
expression.- See Also:
Synchronize
-
-
Element Detail
-
value
String value
The query.
-
-