Class EntityQueryJpaUtils
java.lang.Object
com.foreach.across.modules.entity.query.jpa.EntityQueryJpaUtils
- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoEscapedString(Object argument) Convert object to string value, automatically escape underscores, and replace the EQ escape character backslash (\) by semi-colon (;).static <V> org.springframework.data.jpa.domain.Specification<V>toSpecification(EntityQuery query)
-
Method Details
-
toSpecification
public static <V> org.springframework.data.jpa.domain.Specification<V> toSpecification(EntityQuery query) -
toEscapedString
Convert object to string value, automatically escape underscores, and replace the EQ escape character backslash (\) by semi-colon (;).
-