Skip to content

Commit

Permalink
quarkusio#36581 Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
humcqc committed Jan 30, 2024
1 parent 3c62c50 commit 3fcb98d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
import java.lang.annotation.Target;

/**
* Define a field's path for the SELECT statement when using a projection DTO.
* It supports the "dot" notation for fields in referenced entities:
* the name is composed of the property name for the relationship, followed by a dot ("."), followed by the name of the field.
* Define a Class that is used for query projection,
* Identify nested object type that is projected.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
import java.lang.annotation.Target;

/**
* Define a field's path for the SELECT statement when using a projection DTO.
* It supports the "dot" notation for fields in referenced entities:
* the name is composed of the property name for the relationship, followed by a dot ("."), followed by the name of the field.
* Define a Class that is used for query projection,
* Identify nested object type that is projected.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
Expand Down

0 comments on commit 3fcb98d

Please sign in to comment.