Uses of Interface
net.kaczmarzyk.spring.data.jpa.domain.WithoutTypeConversion
Packages that use WithoutTypeConversion
-
Uses of WithoutTypeConversion in net.kaczmarzyk.spring.data.jpa.domain
Classes in net.kaczmarzyk.spring.data.jpa.domain that implement WithoutTypeConversionModifier and TypeClassDescriptionclassEndingWith<T>parameter bound with appended %:"%" + args[0]classparameter bound with appended %:"%" + args[0]classIsEmpty<T>Filters with "is empty" where-clause for collections (e.g.classIsFalse<T>Filters using `false` value for a boolean type field, i.e.classIsNotEmpty<T>Filters with is not empty where-clause - if collection from association is not empty (e.g.classIsTrue<T>Filters using `true` value for a boolean type field, i.e.classLike<T>Filters withpath like %pattern%where-clause.classFilters withpath like %pattern%where-clause and ignores pattern caseclassNotLike<T>A negation ofLikeclassFilters withpath not like %pattern%where-clause and ignores pattern caseclassStartingWith<T>parameter bound with appended %:args[0] + "%"classparameter bound with appended %:args[0] + "%"