Class JmixExistsQuery

All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery

public class JmixExistsQuery extends JmixCountQuery
  • Constructor Details

    • JmixExistsQuery

      public JmixExistsQuery(DataManager dataManager, Metadata jmixMetadata, Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory, org.springframework.data.repository.query.parser.PartTree qryTree)
  • Method Details

    • execute

      public Object execute(Object[] parameters)
      Specified by:
      execute in interface org.springframework.data.repository.query.RepositoryQuery
      Overrides:
      execute in class JmixCountQuery