improve javadoc fo @Subselect

This commit is contained in:
Gavin 2023-04-10 16:05:15 +02:00
parent 86d924787d
commit b682a1036c
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* Maps an immutable and read-only entity to a given SQL {@code select} expression.
* <p>
* This is an alternative to defining a database view and mapping the entity to
* the view using the {@link jakarta.persistence.Table @Table} annotation.
*
* @see Synchronize
*