Uses of Package
st.orm.template

Packages that use st.orm.template
Package
Description
 
 
  • Class
    Description
    Provides metadata about an entity or projection type, including its table name, primary key type, and column definitions.
    The primary entry point for Storm's ORM functionality, combining SQL template query construction with repository access.
    A fluent builder for constructing type-safe SELECT and DELETE queries using the entity graph and metamodel.
  • Classes in st.orm.template used by st.orm.template
    Class
    Description
    Represents metadata about a single column in a database table, as derived from the entity or projection model.
    A builder for specifying the ON condition of a JOIN clause using a custom string template expression.
    Provides metadata about an entity or projection type, including its table name, primary key type, and column definitions.
    The primary entry point for Storm's ORM functionality, combining SQL template query construction with repository access.
    Represents a composable predicate for the WHERE clause of a query, supporting AND and OR composition.
    Represents an eagerly constructed, reusable query that supports batch operations and generated key retrieval.
    Represents a constructed SQL statement that is ready for execution.
    A fluent builder for constructing type-safe SELECT and DELETE queries using the entity graph and metamodel.
    Provides methods for constructing SQL queries and query builders using String Templates or the fluent API.
    Provides factory methods for constructing subqueries that can be correlated with or embedded in an outer query.
    A builder for specifying the ON condition of a JOIN clause using a type-safe entity relation or a custom expression.
    A builder for constructing the WHERE clause of a query, providing type-safe predicate construction.