Package tech.jhipster.service


package tech.jhipster.service
  • Class
    Description
    Interface used in the (@link ConditionBuilder) to help build literal 'value expression' of the Conditions.
    Class for constructing org.springframework.data.relational.core.sql.Condition from the Entitycriteria i.e. tech.jhipster.service.filter.Filter
    Implementation should usually contain fields of Filter instances.
    QueryService<ENTITY>
    Base service for constructing and executing complex queries.