Class JPQLTemplates

    • Field Detail

      • OTHER_LIKE_CASES

        protected static final java.util.Set<? extends Operator> OTHER_LIKE_CASES
    • Constructor Detail

      • JPQLTemplates

        protected JPQLTemplates()
      • JPQLTemplates

        protected JPQLTemplates​(char escape)
      • JPQLTemplates

        protected JPQLTemplates​(char escape,
                                QueryHandler queryHandler)
    • Method Detail

      • wrapElements

        public boolean wrapElements​(Operator operator)
      • getTypeForCast

        public java.lang.String getTypeForCast​(java.lang.Class<?> cl)
      • isEnumInPathSupported

        @Deprecated
        public boolean isEnumInPathSupported()
        Deprecated.
      • isPathInEntitiesSupported

        public boolean isPathInEntitiesSupported()
      • getExistsProjection

        @Nullable
        public @Nullable java.lang.String getExistsProjection()
      • wrapConstant

        public boolean wrapConstant​(java.lang.Object constant)
      • isWithForOn

        public boolean isWithForOn()
      • isCaseWithLiterals

        public boolean isCaseWithLiterals()
      • asLiteral

        public java.lang.String asLiteral​(java.lang.Object constant)