Skip to content

Commit

Permalink
"jakarta.persistence.query.timeout" update javadoc (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
anestoruk committed Oct 5, 2023
1 parent ba8b71e commit 610b9d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public class QueryHints {
* "jakarta.persistence.query.timeout"
* <p>Configures the default query timeout value per the JPA specification.
* Valid values are strings containing a zero or greater integer value
* Defaults to use seconds as the unit of time.
* Defaults to use milliseconds as the unit of time.
* @see org.eclipse.persistence.queries.DatabaseQuery#setQueryTimeout(int)
*/
public static final String QUERY_TIMEOUT = "jakarta.persistence.query.timeout";
Expand Down

0 comments on commit 610b9d2

Please sign in to comment.