Uses of Class
net.kaczmarzyk.spring.data.jpa.domain.PathSpecification

Packages that use PathSpecification
Package
Description
 
  • Uses of PathSpecification in net.kaczmarzyk.spring.data.jpa.domain

    Modifier and Type
    Class
    Description
    class 
    Filters with path between arg1 and arg2 where-clause.
    class 
    Base class for Comparable comparisons..
    class 
    Filers with "is empty" (when parameter value is "true") or "is not empty" (when parameter value is "false") where clause for collections (e.g.
    class 
    parameter bound with appended %: "%" + args[0]
    class 
    parameter bound with appended %: "%" + args[0]
    class 
    Filters with equal where-clause (e.g.
    class 
    Matches the day part of a date-time attribute, ignoring the time.
    class 
    Filters with equal where-clause (e.g.
    class 
    Filters using `true` or `false` for a boolean type field, depending on the value of the parameter passed in.
    class 
    Filters with greater than where-clause (e.g.
    class 
    Filters with greater than or equal where-clause (e.g.
    class 
    In<T>
    Filters with "in" where-clause (e.g.
    class 
    InTheFuture<T,TimeType extends Comparable<TimeType>>
    Filters with > where-clause (e.g.
    class 
    InThePast<T,TimeType extends Comparable<TimeType>>
    Filters with < where-clause (e.g.
    class 
    Filters with "is empty" where-clause for collections (e.g.
    class 
    Filters using `false` value for a boolean type field, i.e.
    class 
    Checks if the value passed as HTTP parameter is a member of a collection attribute of an entity (defined under `path` in `@Spec` annotation).
    class 
    Filters with is not empty where-clause - if collection from association is not empty (e.g.
    class 
    Checks if the value passed as HTTP parameter is not a member of a collection attribute of an entity (defined under `path` in `@Spec` annotation).
    class 
    Filers with "is not null" where clause (e.g.
    class 
    Filers with "is null" where clause (e.g.
    class 
    Filters using `true` value for a boolean type field, i.e.
    class 
    Filters with less than where-clause (e.g.
    class 
    Filters with less than or equal where-clause (e.g.
    class 
    Like<T>
    Filters with path like %pattern% where-clause.
    class 
    Filters with path like %pattern% where-clause and ignores pattern case
    class 
    Filers with "is not empty" (when parameter value is "true") or "is empty" (when parameter value is "false") where clause for collections (e.g.
    class 
    Filters with not equal where-clause (e.g.
    class 
    Filters with not equal where-clause (e.g.
    class 
    Negation of In.
    class 
    A negation of Like
    class 
    Filters with path not like %pattern% where-clause and ignores pattern case
    class 
    Filers with "is null" or "is not null" where clause (e.g.
    class 
    Null<T>
    Filers with "is null" or "is not null" where clause (e.g.
    class 
    parameter bound with appended %: args[0] + "%"
    class 
    parameter bound with appended %: args[0] + "%"
    class 
    True<T>
    Filters using `true` or `false` for a boolean type field, depending on the value of the parameter passed in.