Uses of Interface
dev.relism.flash.ext.data.core.Spec
Packages that use Spec
Package
Description
-
Uses of Spec in dev.relism.flash.ext.data.core
Methods in dev.relism.flash.ext.data.core that return SpecModifier and TypeMethodDescriptionstatic <T> Spec<T> Spec.all()<C extends Comparable<C>>
Spec<T> SpecBuilder.FieldSpec.between(C lo, C hi) <C extends Comparable<C>>
Spec<T> SpecBuilder.FieldSpec.gt(C value) SpecBuilder.FieldSpec.in(Collection<V> values) SpecBuilder.FieldSpec.isNotNull()SpecBuilder.FieldSpec.isNull()<C extends Comparable<C>>
Spec<T> SpecBuilder.FieldSpec.lt(C value) static <T> Spec<T> Spec.none()Spec.not()Query.spec()Returns the value of thespecrecord component.Methods in dev.relism.flash.ext.data.core with parameters of type SpecModifier and TypeMethodDescriptionintprotected abstract intRepository.doDeleteAll(Spec<T> spec) protected abstract intRepository.doUpdateAll(Spec<T> spec, T patch) intConstructors in dev.relism.flash.ext.data.core with parameters of type Spec -
Uses of Spec in dev.relism.flash.ext.data.hibernate
Methods in dev.relism.flash.ext.data.hibernate with parameters of type Spec -
Uses of Spec in dev.relism.flash.ext.data.jdbc
Methods in dev.relism.flash.ext.data.jdbc with parameters of type Spec