Class SpecificationsFromExample<T>

java.lang.Object
es.kukenan.smartfi.microservice.smartficore.util.SpecificationsFromExample<T>
Type Parameters:
T - Specification example reference

public class SpecificationsFromExample<T> extends Object
Create Specification From Example.
  • Constructor Details

    • SpecificationsFromExample

      public SpecificationsFromExample()
  • Method Details

    • get

      public org.springframework.data.jpa.domain.Specification<T> get(org.springframework.data.domain.Example<T> example)
      Get created Specification.
      Parameters:
      example - example object.
      Returns:
      Specification.