Class GeneratedJpqlParameter
java.lang.Object
io.jmix.aitools.dataload.execution.GeneratedJpqlParameter
A single named query parameter as produced by the JPQL generation layer.
The value is still untyped at this stage and is converted to the actual Java type before execution.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
type
-
value
-
-
Constructor Details
-
GeneratedJpqlParameter
- Parameters:
name- parameter name as used in the JPQL texttype- declared Java type name of the parameter (for example"String"or"java.util.UUID")value- raw parameter value
-
-
Method Details
-
getName
Returns the parameter name as used in the JPQL text.- Returns:
- parameter name
-
getType
Returns the declared Java type name of the parameter, for example"String"or"java.util.UUID".- Returns:
- Java type name
-
getValue
Returns the raw, not-yet-converted parameter value.- Returns:
- parameter value, or
nullif none was provided
-
toString
-