Package io.micronaut.data.model.runtime
Class QueryResultInfo
java.lang.Object
io.micronaut.data.model.runtime.QueryResultInfo
The information about query result info for the query method.
- Since:
- 4.0.0
- Author:
- radovanradic
-
Constructor Summary
ConstructorDescriptionQueryResultInfo
(QueryResult.Type type, @Nullable String columnName, @Nullable JsonDataType jsonDataType) -
Method Summary
-
Constructor Details
-
QueryResultInfo
public QueryResultInfo(@NonNull QueryResult.Type type, @Nullable @Nullable String columnName, @Nullable @Nullable JsonDataType jsonDataType)
-
-
Method Details