Uses of Interface
st.orm.Query
Packages that use Query
-
Uses of Query in st.orm
Modifier and TypeInterfaceDescriptioninterfaceRepresents a prepared query that can be executed multiple times, allows adding records to a batch and retrieving generated keys. -
Uses of Query in st.orm.spi
Methods in st.orm.spi that return QueryModifier and TypeMethodDescriptionQueryFactory.create(StringTemplatePREVIEW template) Create a new query for the specifiedtemplate. -
Uses of Query in st.orm.template
Methods in st.orm.template that return Query -
Uses of Query in st.orm.template.impl
Methods in st.orm.template.impl that return QueryModifier and TypeMethodDescriptionDeleteBuilderImpl.build()Builds the query based on the current state of the query builder.SelectBuilderImpl.build()Builds the query based on the current state of the query builder.JpaTemplateImpl.create(StringTemplatePREVIEW template) PreparedStatementTemplateImpl.create(StringTemplatePREVIEW template) Create a new query for the specifiedtemplate.