public abstract class AbstractSpecificationsMaker<C,T> extends Object implements SpecificationsMaker<C,T>
Constructor and Description |
---|
AbstractSpecificationsMaker() |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.jpa.domain.Specifications<T> |
make(C condition) |
org.springframework.data.jpa.domain.Specifications<T> |
make(C condition,
String name) |
Copyright © 2018. All rights reserved.