Uses of Interface
st.orm.template.Query

Packages that use Query
Package
Description
 
  • Uses of Query in st.orm.template

    Subinterfaces of Query in st.orm.template
    Modifier and Type
    Interface
    Description
    interface 
    Represents an eagerly constructed, reusable query that supports batch operations and generated key retrieval.
    Methods in st.orm.template that return Query
    Modifier and Type
    Method
    Description
    abstract Query
    QueryBuilder.build()
    Builds the query based on the current state of the query builder.
    QueryTemplate.query(String query)
    Creates a query for the specified query string.
    QueryTemplate.query(StringTemplatePREVIEW template)
    Creates a query for the specified query template.
    Query.unsafe()
    Returns a new query that allows dangerous operations, such as DELETE and UPDATE without a WHERE clause.