Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Currently, the Criteria API
LiteralHandlingMode
can only be configured programmatically, like this:Map config = super.getConfig(); config.put( AvailableSettings.CRITERIA_LITERAL_HANDLING_MODE, LiteralHandlingMode.INLINE );
However, that's an issue because we might want to use the String-based short value via the persistence.xml file.