Skip to main content

Query

In this section, we will introduce the various queries in Jimmer without considering Cache.

There are three groundbreaking capabilities:

  • Object Fetcher

    One statement to query data structure of arbitrary shape, like GraphQL

  • Dynamic Join

    This addresses a huge gap in the JVM ecosystem, enabling easy complex dynamic queries

  • Smart Paging

    Users only focus on querying the raw data, row count queries are auto-generated and optimized for convenience