{"record":{"id":"90085b6ca55a164d","repo":"hibernate/hibernate-orm","slug":"unrecognized-value-handling-mode-value-value","errorCode":null,"errorMessage":"Unrecognized value_handling_mode value : \" + valueHandlingMode + \".  Supported values include 'inline' and 'bind'.","messagePattern":"Unrecognized value_handling_mode value : \" \\+ valueHandlingMode \\+ \"\\.  Supported values include 'inline' and 'bind'\\.","errorType":"exception","errorClass":"HibernateException","httpStatus":null,"severity":"error","filePath":"hibernate-core/src/main/java/org/hibernate/query/criteria/ValueHandlingMode.java","lineNumber":46,"sourceCode":"\t *\n\t * @param valueHandlingMode configured {@link ValueHandlingMode} representation\n\t * @return associated {@link ValueHandlingMode} object\n\t */\n\tpublic static ValueHandlingMode interpret(Object valueHandlingMode) {\n\t\tif ( valueHandlingMode == null ) {\n\t\t\treturn BIND;\n\t\t}\n\t\telse if ( valueHandlingMode instanceof ValueHandlingMode mode ) {\n\t\t\treturn mode;\n\t\t}\n\t\telse if ( valueHandlingMode instanceof String string ) {\n\t\t\tfor ( ValueHandlingMode value : values() ) {\n\t\t\t\tif ( value.name().equalsIgnoreCase( string ) ) {\n\t\t\t\t\treturn value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tthrow new HibernateException(\n\t\t\t\t\"Unrecognized value_handling_mode value : \" + valueHandlingMode\n\t\t\t\t\t\t+ \".  Supported values include 'inline' and 'bind'.\"\n\t\t);\n\t}\n}\n","sourceCodeStart":28,"sourceCodeEnd":52,"githubUrl":"https://github.com/hibernate/hibernate-orm/blob/fad1729dce015f908198d57a8d80274a30f905a5/hibernate-core/src/main/java/org/hibernate/query/criteria/ValueHandlingMode.java#L28-L52","documentation":"Error \"Unrecognized value_handling_mode value : \" + valueHandlingMode + \".  Supported values include 'inline' and 'bind'.\" thrown in hibernate/hibernate-orm.","triggerScenarios":"A runtime precondition of the Hibernate API is violated.","commonSituations":"Occurs when application code or configuration does not satisfy the documented contract of the API being called.","solutions":["Set value_handling_mode to 'inline' or 'bind'.","Check the configuration property spelling."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"fad1729dce015f908198d57a8d80274a30f905a5","analyzedAt":"2026-08-22T04:13:57.527Z","schemaVersion":2},"datasetVersion":"2026-08-22T09:17:25.309Z"}