fix another typo
This commit is contained in:
parent
ea6d76b9b4
commit
4a37bf8017
|
@ -24,7 +24,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>the entity maps a database view,
|
* <li>the entity maps a database view,
|
||||||
* <li>the entity is persisted using handwritten SQL, that is, using
|
* <li>the entity is persisted using handwritten SQL, that is, using
|
||||||
* {@link SQLSelect @SQLSelect} and friends.
|
* {@link SQLSelect @SQLSelect} and friends, or
|
||||||
* <li>the entity is mapped using {@link Subselect @Subselect}.
|
* <li>the entity is mapped using {@link Subselect @Subselect}.
|
||||||
* </ul>
|
* </ul>
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Reference in New Issue