📄️ First Query
Start with the smallest TeaQL Java Q queries and gradually add filters, selections, ordering, and pagination.
📄️ TeaQL Quick Guide(Query)
This guide introduces the TeaQL generated query library, focusing on the two core expression families: Q and E.
📄️ Association Loading
Load object relations and child lists with generated TeaQL Java selection APIs.
📄️ Statistics
Use generated TeaQL Java count, group-by, and relation statistics APIs for business dashboards and page summaries.
📄️ Safe Expressions
Use TeaQL E expressions for safe Java value access across nested object graphs.
📄️ findByJson / findWithJsonExpr Dynamic Query Guide
Overview
📄️ Creating, Updating, Deleting Objects
Creating Objects
📄️ Server-Driven UI with TeaQL View Objects
TeaQL can model a server-driven UI by declaring view objects in XML and generating the Java objects, controllers, and processors that drive the screen lifecycle.