Uses of Interface
st.orm.BindVars
Packages that use BindVars
-
Uses of BindVars in st.orm.template
Methods in st.orm.template that return BindVarsModifier and TypeMethodDescriptionQueryTemplate.createBindVars()Create a new bind variables instance that can be used to add bind variables to a batch.Methods in st.orm.template with parameters of type BindVarsModifier and TypeMethodDescriptionstatic ElementCreates a new var element that can be used to specify individual bind variables in the query.static ElementGenerates a SET clause using the specifiedBindVars.static ElementTemplates.set(BindVars bindVars, Collection<Metamodel<?, ?>> fields) Generates a SET clause using the specifiedBindVars.static ElementGenerates a VALUES clause using the specifiedBindVarsfor batch insertion.static ElementGenerates a VALUES clause using the specifiedBindVarsfor batch insertion.static ElementGenerates a WHERE clause using the specifiedBindVarsfor batch operations.