Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Fix since versions.

See: #3521
Original Pull Request: #3578
  • Loading branch information
mp911de committed Jan 15, 2025
1 parent b1699a0 commit 3001f73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ default boolean exists(PredicateSpecification<T> spec) {
*
* @param spec the {@link UpdateSpecification} to use for the update query must not be {@literal null}.
* @return the number of entities deleted.
* @since xxx
* @since 4.0
*/
long update(UpdateSpecification<T> spec);

Expand Down Expand Up @@ -194,7 +194,7 @@ default long delete(PredicateSpecification<T> spec) {
* @param spec must not be null.
* @param queryFunction the query function defining projection, sorting, and the result type
* @return all entities matching the given Example.
* @since xxx
* @since 4.0
*/
default <S extends T, R> R findBy(PredicateSpecification<T> spec,
Function<FluentQuery.FetchableFluentQuery<S>, R> queryFunction) {
Expand Down

0 comments on commit 3001f73

Please sign in to comment.