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 TypeInterfaceDescriptioninterfaceThe primary entry point for Storm's ORM functionality, combining SQL template query construction with repository access.interfaceProvides methods for constructing SQL queries and query builders using String Templates or the fluent API.Classes in st.orm.template that implement SubqueryTemplateModifier and TypeClassDescriptionclassWhereBuilder<T extends Data,R, ID> A builder for constructing the WHERE clause of a query, providing type-safe predicate construction.