Class EntityQueryJpaUtils

java.lang.Object
com.foreach.across.modules.entity.query.jpa.EntityQueryJpaUtils

public abstract class EntityQueryJpaUtils extends Object
Author:
Arne Vandamme
  • Method Details

    • toSpecification

      public static <V> org.springframework.data.jpa.domain.Specification<V> toSpecification(EntityQuery query)
    • toEscapedString

      public static String toEscapedString(Object argument)
      Convert object to string value, automatically escape underscores, and replace the EQ escape character backslash (\) by semi-colon (;).