Uses of Interface
st.orm.template.SubqueryTemplate
Packages that use SubqueryTemplate
-
Uses of SubqueryTemplate in st.orm.template
Subinterfaces of SubqueryTemplate in st.orm.templateModifier and TypeInterfaceDescriptioninterfaceTheORMTemplateis the primary interface that extends theQueryTemplateandRepositoryLookinginterfaces, providing access to both the SQL Template engine and ORM logic.interfaceThe query template is used to construct queries.Classes in st.orm.template that implement SubqueryTemplateModifier and TypeClassDescriptionstatic classQueryBuilder.WhereBuilder<T extends Record,R, ID> A builder for constructing the WHERE clause of the query. -
Uses of SubqueryTemplate in st.orm.template.impl
Classes in st.orm.template.impl that implement SubqueryTemplate