Skip to content

Commit

Permalink
新增since
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangjiaju committed May 4, 2023
1 parent 0716764 commit dbe93e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public T locale(Locale locale) {
* The cache used when parsing fields such as head.
*
* default is THREAD_LOCAL.
*
* @since 3.3.0
*/
public T filedCacheLocation(CacheLocationEnum filedCacheLocation) {
parameter().setFiledCacheLocation(filedCacheLocation);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ public T includeColumnFieldNames(Collection<String> includeColumnFieldNames) {
* Data will be order by {@link #includeColumnFieldNames} or {@link #includeColumnIndexes}.
*
* default is false.
*
* @since 3.3.0
**/
public T orderByIncludeColumn(Boolean orderByIncludeColumn) {
parameter().setOrderByIncludeColumn(orderByIncludeColumn);
Expand Down

0 comments on commit dbe93e5

Please sign in to comment.