Package io.github.perplexhub.rsql
Class RSQLQueryDslSupport
java.lang.Object
io.github.perplexhub.rsql.RSQLCommonSupport
io.github.perplexhub.rsql.RSQLJPASupport
io.github.perplexhub.rsql.RSQLQueryDslSupport
-
Constructor Summary
ConstructorsConstructorDescriptionRSQLQueryDslSupport(Map<String, jakarta.persistence.EntityManager> entityManagerMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringstatic com.querydsl.core.types.dsl.BooleanExpressiontoPredicate(String rsqlQuery, com.querydsl.core.types.Path qClazz) static com.querydsl.core.types.dsl.BooleanExpressiontoPredicate(String rsqlQuery, com.querydsl.core.types.Path qClazz, Map<String, String> propertyPathMapper) Methods inherited from class io.github.perplexhub.rsql.RSQLJPASupport
count, findAll, findAll, findAll, findAll, findOne, rsql, rsql, rsql, rsql, rsql, toSort, toSort, toSpecification, toSpecification, toSpecification, toSpecification, toSpecification, toSpecification, toSpecification, toSpecification, toSpecification, toSpecification, toSpecification, toSpecificationMethods inherited from class io.github.perplexhub.rsql.RSQLCommonSupport
addConverter, addConverter, addEntityAttributeParser, addEntityAttributeTypeMap, addMapping, addMapping, addPropertyBlacklist, addPropertyBlacklist, addPropertyWhitelist, addPropertyWhitelist, getConversionService, getEntityManagerMap, getManagedTypeMap, getPropertyBlacklist, getPropertyRemapping, getPropertyWhitelist, getValueTypeMap, init, removeConverter, toComplexMultiValueMap, toMultiValueMap
-
Constructor Details
-
RSQLQueryDslSupport
public RSQLQueryDslSupport() -
RSQLQueryDslSupport
-
-
Method Details
-
toPredicate
public static com.querydsl.core.types.dsl.BooleanExpression toPredicate(String rsqlQuery, com.querydsl.core.types.Path qClazz) -
toPredicate
-
getVersion
- Overrides:
getVersionin classRSQLJPASupport
-