Uses of Interface
st.orm.template.Query
Packages that use Query
-
Uses of Query in st.orm.template
Subinterfaces of Query in st.orm.templateModifier and TypeInterfaceDescriptioninterfaceRepresents an eagerly constructed, reusable query that supports batch operations and generated key retrieval.Methods in st.orm.template that return QueryModifier and TypeMethodDescriptionabstract QueryQueryBuilder.build()Builds the query based on the current state of the query builder.Creates a query for the specifiedquerystring.QueryTemplate.query(StringTemplatePREVIEW template) Creates a query for the specified querytemplate.Query.unsafe()Returns a new query that allows dangerous operations, such as DELETE and UPDATE without a WHERE clause.