Package org.genesys.blocks.model.filters
Class StringFilter
- java.lang.Object
-
- org.genesys.blocks.model.filters.StringFilter
-
- All Implemented Interfaces:
Serializable,Filter,PropertyFilter<StringFilter,com.querydsl.core.types.dsl.StringPath>
public class StringFilter extends Object implements PropertyFilter<StringFilter,com.querydsl.core.types.dsl.StringPath>
Utility filtering for String types. Matches all constraints.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.querydsl.core.BooleanBuilderbuildQuery(com.querydsl.core.types.dsl.StringPath val)Builds the query.StringFiltercopyFilter()Make a deep copy of the filterbooleanisEmpty()Does the property filter specify any conditions?
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from interface:FilterDoes the property filter specify any conditions?
-
copyFilter
public StringFilter copyFilter()
Description copied from interface:PropertyFilterMake a deep copy of the filter- Specified by:
copyFilterin interfacePropertyFilter<StringFilter,com.querydsl.core.types.dsl.StringPath>- Returns:
- a full copy of the filter
-
buildQuery
public com.querydsl.core.BooleanBuilder buildQuery(com.querydsl.core.types.dsl.StringPath val)
Builds the query.- Specified by:
buildQueryin interfacePropertyFilter<StringFilter,com.querydsl.core.types.dsl.StringPath>- Parameters:
val- the val- Returns:
- the boolean builder
-
-